Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #496433

    http://217.199.187.198/beachhousetwo.co.uk/

    Hi, on this mobile version of this site, the header menu is way too large and the image is too small. on the desktop site the menu is down the side, could this be the reason for the conflict? is there any css to re-size the header? Thanks.

    #496515

    Hi codecreative!

    Your page content is not displaying responsively for some reason. Send us a WordPress login so we can take a closer look.

    Best regards,
    Elliott

    #496531

    Hi Elliott, we’ve been working on responsiveness and mobile optimization and fixed the majority of issues like images and positioning of content. The only issue left that we know off is the header area with logo and drop down list icon. Thanks.

    #497060

    Hi!

    you can resize header for mobile using this code in Quick CSS field:

    @media only screen and (max-width: 736px) {
    div#header_main {
    height: 100px;
    }}
    

    Regards,
    Andy

    #497161

    Hi Andy, this helped reduce the header size but didn’t move the drop down menu icon higher up. This code worked for anyone else having the same problem :)

    @media only screen and (max-width: 736px) {
    div#header_main {
    height: 80px;}
    #advanced_menu_toggle {margin-top: -53px;}
    }

    #497583

    Hi!

    glad you could fix it and thanks for sharing! Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Cheers!
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header Menu Bar’ is closed to new replies.