I’ve updated wordpress and enfold to latest versions and now this happens. Both with stock and personal logo.
What can I do?
Hey pinzanoaltagl!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main .container {
padding: 0;
}
It will remove the padding from header container.
Also, Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
Then add following code to Quick CSS
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
Theme will switch to mobile menu at 1024px after this code
Regards,
Yigit