Hi,
I want to get my logo left. But the menu in the center. Is that posible?
Hey huurm900,
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;
}
Best regards,
Sarah
Does not work :(
Hi,
Try to add the !important after each rule and clear your cache.
Best regards,
John Torvik
Hey!
I added following code to Quick CSS field in Enfold theme options > General Styling
.main_menu { right: 35%; }
Please review your website
Regards,
Yigit
Cool Thanks!
Is ti also posible to align it at the botom the text?
vertical-align: bottom;
Hi,
I addded following code to Quick CSS as well
@media only screen and (min-width: 990px) {
#top #header_main > .container .main_menu .av-main-nav > li > a {
line-height: 160px !important;
}}
:)
Best regards,
Yigit
COOOL! But did this change the size of my normal text?
Hi,
It would not. Please go to Enfold theme options > General Styling > Fonts and change it under “Default content font size”.
Best regards,
Yigit
Maybe a silly question, but how do i set the logo to the right? The easy way, replacing left with right, didn’t work out. It sticks on the right side of the content block and no on the page itsself.
Thanks in advance for your help
Hi,
@ott-werbeagentur Please use the code as following
.html_header_top.html_logo_center .logo {
left: auto;
right: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Best regards,
Yigit