http://novelist.maximfactory.com/
The current header settings in Enfold is logo left, menu below. I would like to keep the logo where it is to the left and have the menu centered.
How can I center the menu, it is to the left now.
I want to keep the settings how they are, I just want the menu to be centered instead of set to the left.
Thanks.
Hey Micheal0424!
Please choose to display logo and menu centered and then add following code to Quick CSS
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
Best regards,
Yigit
Worked perfectly, thanks!!