Tagged: Center Navigation
Hello!
I would like to center part of my top navigation and here is a link to our website: http://newsite.drivemyway.com/. I would like to center Driver through the Sign Up button in the navigation and then leave Apply Now: 800-411-5480 right aligned. How do I do this?
Hey kbutler6,
With the current setup it’s a bit complicated, try adding this css code in Quick CSS, located in Enfold > General Styling:
#top #header nav.main_menu #menu-item-3813 {
margin-left: 460px;
}
just adjust the left margin as you see fit.
Best regards,
Nikko