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

    Hi site is https://www.weddingplannersintuscany.com/

    I need to modify the breakpoint for hamburger menu to appear under 1290px screen size.

    I put in Quick CSS:

    @media only screen and (max-width: 1290px) {
    .av-burger-menu-main { 
         display: block !important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none !important;
    }
        #top .av_mobile_menu_tablet .av-main-nav #menu-item-search {
         display: block !important;
    }   
    }
    

    but it does not work, can you please help me?

    #918802

    Hey Nicola,

    It’s breaking at that pixel width on my end, so it is working. Please clear your browser cache and reload the page.

    Best regards,
    Rikard

    #918842

    I solved yesterday.
    I had to put the code at the end in /enfold-child/style.css and it worked.

    If I put in QuickCSS it did not work, don’t know why…

    thanks

    #918849

    Hi,

    Glad that it’s working fine now :) I think the reason why it’s not working if you put it on Quick CSS is you might have some unclosed brackets or comments which aren’t closed causing the code to be ignored. Let us know if you need further assistance :)

    Best regards,
    Nikko

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