Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1298692

    Hi there!

    I would like to show my normal menu next to the logo in the header on mobile instead of burger-menu. This because my menu is only one icon (whatsapp-icon).

    I tried to deativate mobile menu but I think I’m doing something wrong here :-/

    Thanks in advance!

    #1299089

    Hey mikevanoverveld,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

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