MyBB Community Forums

Full Version: Centering menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cant seem to get the menu buttons below centered. The theme is pretty modified. Any suggestions?

Thanks

[attachment=30343]
in the global.css of the theme (edit through admin panel, in advanced edit mode)
.menu --> you can change text-align to center
.menu ul li --> remove float: left; & add display: inline-block; and display: inline;
Tried it M everything moved to the right now. The theme is really modified for the menu. Had pics and everything.

I wanted the buttons but I should have picked another theme for this.
^ have you added display: inline-block; and display: inline; for .menu ul li
and have you hard refreshed browser after saving the changes to global.css
Yes. I had to take it out. It really screwed up the drop downs.