I need to change the Breakpoint für the menu to 1200 but I can only find the 768 and 990 in the settings.
What would be the costum CSS to change menu breakpoint to 1280?
cu Axel
Hey C_Eng0409,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling?
@media only screen and (max-width:1280px) {
.responsive #top .av-main-nav .menu-item {
display: none;
}
.responsive #top .av-main-nav .menu-item-avia-special {
display: block;
}
}
Hope it helps.
Best regards,
Nikko