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

    Hi,
    On this site: https://www.finansforbundet.no/tillitsvervet/ the menu disappears on devices or screens with screenwidth between 990 and 1180 pixels.

    • This topic was modified 6 years, 5 months ago by dalboslampen.
    #960749

    Hey dalboslampen,
    I see that the burger menu is replaced by the main menu at that size.
    Did you want the burger menu at that size? What size do you want the main menu to start?

    Best regards,
    Mike

    #960785

    Hi Mike,
    I found out how to fix this. Case closed ;)

    #961125

    Hi dalboslampen,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #964041

    What was the fix? I have the same problem. http://www.alpineoxygen.net
    Nevermind – found it. Had to add the !important… duh.

    /* Activate burger menu */
    @media only screen and (max-width: 1224px) {
    #top #header .av-main-nav > li.menu-item {
    display: none!important;
    }
    #top #header .av-burger-menu-main {
    cursor: pointer;
    display: block!important;
    }}

    • This reply was modified 6 years, 4 months ago by ewingmh.
    #964586

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Missing menu – Screenwidth between 990 and 1180 px’ is closed to new replies.