Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] center page menu (http://forum.bytesforall.com/showthread.php?t=8221)

cway Jul 17, 2010 07:27 AM

[SOLVED] center page menu
 
Does anybody have any snippets of code for centering the page menu bar and giving it a fixed width?
Wordpress 3.0
Atahualpa 3.5.1

Thanks!
Cway

juggledad Jul 17, 2010 07:54 AM

%page-center

cway Jul 17, 2010 08:28 AM

Thanks, JuggleDad!
That was neat, but not quite what I wanted.
This worked, though:
Code:

div#menu1
{
width: 1000px;
margin-left: auto;
margin-right: auto;
}

See: http://www.coloradohauntedhouse.com/

Have a great weekend!


All times are GMT -6. The time now is 08:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.