Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #275802
    #275807

    I managed to track down a solution that works in Chrome:

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
    height: 50px !important;
    }
    .responsive .logo a, .responsive .logo img, .responsive .logo {
    height: auto !important;
    max-height: 80px !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide { top: 78%: }
    }

    The only issues at the moment are – the logo doesn’t resize to the smallest size in IE and the little menu box ends up on top of my logo.

    -Paul

    #275840

    Hey Paul!

    That’s not an issue, nobody uses IE with the window scaled to that size.

    Regards,
    Josue

    #275849

    Well, but in IE even at a width of around 800, it cuts off my logo.

    #275985

    Hi,

    You’d need to tweak your code on your end, maybe changing the width of the query (767px). I don’t think we could help you with this ‘issue’, it’s extremely unlikely that someone uses IE on that environment.

    Regards,
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.