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

    Hi,

    Is there a way to make the top menu for ipad different than the desktop menu? The phone meny looks fine but the ipad menu has the logo overlapping the text because there are too many menu items.

    Can I arrange it so that specific menu items are shown depending on ipad vs. laptop?

    Thank you for your help,

    Joaquim

    #774873

    Hey Jmiro1,

    Please try the following in Quick CSS under Enfold->General Styling to use the mobile menu on tablets as well:

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

    Best regards,
    Rikard

    #775862

    Amazing thank you it works.

    Best Regards,

    Joaquim

    #775906

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

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