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

    Hi,
    I want to hide fullwidth submenu on large screen.
    I want to make it visible only on mobile or tablet.
    What code should I add?

    #1131454

    Hey gaia100,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1131486

    It is currently in maintenance mode and cannot be accessed.
    What I want is to hide the fullwidth submenu on the PC.
    Exactly we want the fullwidth submenu to be visible only on mobile devices.
    I’m using Google Translator to ask questions. I hope you understood this question.

    Thanks.

    #1131652

    Hi,

    Add this to quick css:

    @media only screen and (min-width: 1024px) {
    #top .av-submenu-container { display: none !important; }
    }

    Best regards,
    Jordan Shannon

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