Hi,
i would like to center my navigation and put the logo to the left so that there is about 0,5cm space left until the logo is showing.
Is that possible? That would be great :)
Thanks for your help,
rixi
Hey rixi,
To center the menu and leave the logo to the left, try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
@media only screen and (min-width: 990px) {
#header_main .main_menu {
position: relative;
right: unset;
display: flex;
justify-content: center;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
perfect, it works!
Thanks a lot!!!
many greetings Rixi
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike