Hi all, I want to keep my logo on the left and center the main menu, is it possible? I’m using logo left, menu below header option.
Please let me know.
Hi Jorge!
Please change your header style to “Logo center, menu below” option in Enfold theme options > Header tab and then add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Cheers!
Yigit