center-align block element
-
HI
I am trying to center the main navigation element on the pages of my premium theme header. Firebug says this is:
<nav role="navigation" class="site-navigation main-navigation">
I tried adding to the theme’s custom CSS field:
.nav.site-navigation.main-navigation {text-align: center;}
also tried:
{ margin-left:auto; margin-right:auto; width: 480 px; }
but nothing helped – the element is either left aligned or right aligned on the page
Any idea what am I doing wrong?
Thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘center-align block element’ is closed to new replies.