Hi team kriesi,
i try to get the logo center and i want to get the 4 navigation points on the left and the right- so it looks like this:
NAVI 1 / NAVI 2 / LOGO NAVI 3 / NAVI 4
i ried this post before but it doesn-t work- https://kriesi.at/support/topic/logo-center-with-menu-to-left-and-right/
thank you for help
Hey siteraum,
Please go to Header options and change the “Menu and Logo position” to “Logo Center Menu Below”
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
nth-child(2) in the below code refers to the 2nd menu item if you have 6 menu items change it to 3.
Adjust the margin values to suit your design.
/*centered menu*/
.av-main-nav li:nth-child(2) {
margin-right:350px;
}
#header_main_alternate {
margin-top: -60px;
z-index:9;
}
.logo {
z-index:9999!important;
max-width:200px;
}
Best regards,
Vinay
Hallo Vinay, vielen Dank!
hat super geklappt- wie immer toller support- danke