Per other threads, I am using this code to add some spacing to the menu bar.
Code:
ul.rMenu li { margin-right: 40px; } /*reset for submenus*/ ul.rMenu li ul li { margin-right: 0; }
How can I maintain the spacing in between while still centering the whole page menu bar?
You can see the page here. (ignore the temporary logo)
The center of "FORUMS" should be between the two banner ads for it to be centered.