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

    Hey EL,

    Thank you for the inquiry.

    You might have forgotten to include the site URL in your last reply. Please include the info in the private field so that we can check the issue. A screenshot using imgur or dropbox will also help.

    Best regards,
    Ismael

    #1344355

    Thank you for responding. I have attached it privately. The site isn’t live yet but I provided credentials as well. Thank you!

    #1344401

    Hi,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 and switch to mobile menu on screens sizes smaller than 1305px

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

    Regards,
    Yigit

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