Themonsterbox
Member
Posted 4 weeks ago #
Hello, i am trying to set up my wordpress site to have 14 categories on the nav bar, it will easily do 11, the 12th is a bit of centre and the last two are below, is there a way for me to put 7 on one line and 7 on the other, i no that i will need top edit the BG in photoshop but i just dont understand how to do it, look at http://www.themonsterbox.com/wordpress and you shall see what i am talking about
Thank you.
Try editing style.css and changing:
#nav {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
to
#nav {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:40em;
}
Themonsterbox
Member
Posted 4 weeks ago #
ok so that works, now how would i centre all of that?
Try:
#nav {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 auto;
padding:0;
width:40em;
}
Themonsterbox
Member
Posted 4 weeks ago #
ok so now all i need to do is make the last link line up with the rest,,, take a look at the site again and you will see what i mean!