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

    Hello, we seem to have an issue on some mobile devices (iPads) were the main menu overlaps the logo:

    Is there any way of solving the issue?

    ANy help with this will be greatly appreciated

    Javier

    #1084056

    Hey jdelgadoesteban,

    Would it be okay if the hamburger menu is shown instead (like one in mobile or tablet) instead when the main menu starts to overlap with the logo?

    Best regards,
    Nikko

    #1084093

    Dear Nikko, thanks for your suggestion, yes I think it would. How would I achieve it?

    Kind Regards

    Javier

    #1084590

    Hi Javier,

    Can you try adding this css code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:1350px) {
      .responsive #top .main_menu .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .main_menu .av-main-nav .menu-item-avia-special {
        display: block;
      }
    }

    Best regards,
    Nikko

    #1087507

    Nikko, thanks for that, does seem to work well.

    Thanks!

    #1087648

    Hi,

    Did you add the code to the very top of quick css so it runs first. Also, be sure clear the cache a few times over.

    Best regards,
    Jordan Shannon

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