Tagged: breakpoint, Responsive Menu
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?
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
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
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