Home Forums Theme Support Gotham Header Images Not Responsive

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1782

    Any image we place as a full-width photo, is not responsive. What can we do?

    #1797

    Hi there,

    Can you send me your url so I can take a look to the live page?

    Cheers!
    Chris

    #6006

    Has this been resolved? I have this problem too.

    #6008

    Hi there,

    Can you send me your url so I can take a look?

    Cheers!

    #6010

    I have tried images of various sizes.

    Right now I have a full width image. It does not scale to screen size, the way other images do.

    See http://etobicokefinehomes.ca/

    #6016

    Hi there,

    Try this:

    Go to the theme options > Styling and paste this in the “Custom CSS” box:

    #header img {
        height: auto !important;
        max-width: 100% !important;
    }
    #site_title {
        max-width: 100%;
    }

    Save. Done.

    Let me know how’s going.

    Cheers!

    #6023

    Okay, thank you. The full-width banner graphic is now responsive.

    As the screen size gets smaller, portions of the top menu becomes “hidden” behind this full width banner. Can the width of the menu increase as the menu folds over additional lines?

    See http://etobicokefinehomes.ca/

    Thanks.

    #6027

    Hey,

    Your menu must transform in a select box on mobile devices which is not. Try this:

    On each dropdown menu try inserting a hash (#) instead of the url for each parent and add the parent url in the dropdown.

    Cheers!

    #6042

    I do not understand those instructions.

    I am using the WordPress NavMenu process to build a menu. This is for the Main (Header Navigation) menu

    #6049

    Hey,

    Yes, in the default nav menu you have dropdowns (menus that open down).

    For example the first dropdown is the about menu where “About” is the parent menu element. Well, on this item instead of the current url but a hash (#). Do this for all parent menus (eg. Listings, Buyers info).

    Let me know how’s going.

    Cheers!

    #6055

    Okay. That works!

    Thank you for you quick responses.

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.