Hello,
I have a problem with my theme in some resolutions : https://imgur.com/a/goIqbeI
1 (wide screen) is ok
3 (mobile) is ok
2 is not good with the text going under the logo
Is there a way to correct this ?
Regards,
Janus.
Any idea how to correct that with css ?
Hi Janus,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1280px) {
nav.main_menu, #menu-item-search, #mobile-advanced .menu-item {
display: block !important;
}
.menu-item {
display: none;
}
#advanced_menu_toggle,
#advanced_menu_hide {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria