Tagged: Break Point
hello
Can you tell me how to modify the break points? I want to display “very small screen” templates for “small screens”
Thank you very much !
Hey Qynapse,
Thank you for using Enfold.
Which element are you trying to modify? If you want to adjust the breakpoint of the columns or the cells for instance, you can directly adjust them in their own settings panel. Just look for the Screen Options. We can also suggest css code when necessary.
Best regards,
Ismael
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1200px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Rikard
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon