I would greatly appreciate if you can help with the quick css.
I have the setting “logo left, menu below”
But I need the logo to stay left and the menu below it to be centered. I tried some css I found in the forums but nothing that worked.
Thank you,
Katia
Hi katiadiamond!
Please show us your site, so we can be sure about the CSS that take place in that area!
Regards,
Basilis
OK site info below
Hey!
you can center the logo using this code:
strong.logo {
top: 323px;
}
Adjust as needed.
Regards,
Andy
Hi Andy,
Thanks for getting back to me. But I don’t need the Logo centered – it needs to stay left. I need the menu below it to be centered. The “logo left menu below” options aligns the menu left also. I need “logo left menu below (menu centered only)”.
Does that make sense?
Regards,
Barry
Hi!
Please choose to display “logo center, menu below” option in Enfold theme options > Header 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
Thanks – exactly what I needed!