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

    Hello!

    A few months ago, I was having a problem with the header menu text not displaying correctly when the site was displayed on a tablet in landscape view (the logo was getting covered with menu text). It was recommended by your staff to add the following code, which I did:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {
      display:none !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
      display:block !important;
    }
    }

    This actually did fix the tablet landscape menu text problem, but I now realize that it deleted the burger and search icon for the site when being viewed on a mobile device. I have since deleted this code.

    However, I would like to know how I can please correct the header menu text covering the logo when viewing the website on a tablet in landscape?

    #872174
    #873111

    Thank you! This one worked!

    Perhaps you want to delete the old thread because the CSS there seems to have deleted the burger entirely from mobile devices.

    #873640

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #873891

    Good to close, thank you for your help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header menu text – burger in mobile vs. landscape tablet’ is closed to new replies.