Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #657773

    You asked me to put

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 275px !important;
    }

    but now on iphone and android phones the menu is huge in height – is there a fix for this in quick css???

    #657917

    Here’s a screen shot from my mobile phone (Android HTC One)

    #658346

    Hi,

    Try changing the CSS you posted to this instead:

    @media only screen and (min-width: 768px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 275px !important;
    }
    }

    Thanks,
    Rikard

    #676414

    Super – thanks – all fixed!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu too big now’ is closed to new replies.