I’m working with this free theme : http://demo2.woothemes.com/mystile/
And I would like to change the position (put it on the center) of the main navigation menu. (the one with home, shop …).
I have traveled through the style.css and layout.css (also tried with firebug) but I can’t find where it’s indicated that it should be on the right. I guess it’s a “float:” ?
The only way I have found to change its position is to put this in the custom.css :
body #navigation {
position:absolute;
top:165px;
left: -50%;
right: 0;
margin: auto auto;
}
But that’s not exactly centered …
Can someone help me?
Try adding this css properties in your stylesheet:
Just copy and paste the above css code in your css stylesheet.
Try to add this properties to the following classes:
This code will center that menu.
well it depends how you have it set up with your entire code.. try this and see how it helps