Hi there!
I want to know how do I make the text align center in the category menu "Second"?
Thanks!
Hi there!
I want to know how do I make the text align center in the category menu "Second"?
Thanks!
Hi!
Is this just for one menu item or the whole second menu?
Please provide a link to your site if it's just for one.
Best regards,
James
Its the whole second menu. Check this screenshot here: http://i.imgur.com/vxJlu.png
I want them all to be center aligned.
Thanks
Never mind I got it... Just added text-align: center; to .catnav in style.css
/*navigation categories*/
.catnav{
position: relative;
list-style-type: none;
list-style-position: outside;
margin:0;
width:956px;
float: left;
z-index: 4;
text-align: center;
}
You must log in to post.