Navigation Menu
URL to the page in question:
www.emmanuelsouthall.org
-
Hi
Could you please let me know how to set the main navigation menu to justify left, rather than right please?
Thanks
Ali
x
Good Morning Ali,
You can have your navigation menu left aligned. I’m thinking it would work best to be under the logo with on the left. Here’s how to make that happen:
- Go to the Theme Options page and select the Styling tab.
- Scroll down to the Custom CSS box and paste this:
#logo,
#text-logo {
float: none;
}
header#primary ul.menu {
float: none;
}
header#primary .menu a,
header#primary .menu a:visited {
padding-right: 0;
padding-left: 0;
margin-right: 14px;
}
- Update your settings.
See if that won't take care of things for you. If you have any trouble, let me know.
Thanks,
Bill
- The topic ‘Navigation Menu’ is closed to new replies.