Tagged: navigation menu
Hello there,
I am looking for code to make a menu that is a hybrid of header option 3 and 5. Basically, my header contains 2 logos – one on the left and the other on the right, and I would like for the navigation tabs to be in the centre, below the logos as in the 5th Menu and Logo Position option.
Regards,
Geo
Hey GeoCreo!
Can you please go to Enfold theme options > Header and choose to display “Logo center, menu below” option 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,
Yigit
Hey Yigit,
Thanks so much for this. It worked perfectly :)
Really appreciate the support!
Regards,
Geo