• LOVE this theme! How do you center the top navigation? I’ve tried everything, nothing works, it won’t budge.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Centering the nav just requires the following CSS:

    .navbar-nav {
      text-align: center;
    }
    
    .nav > li,
    .navbar-nav {
       float: none;
    }
    
    .nav > li {
       display: inline-block;
    }

    Add it to the bottom of style.css.

    I just tried this and it didn’t work, although I may not have done it properly.

    I followed this path –

    Dashboard > Appearance > Editor > pasted the code right at the bottom of ‘Arcade Basic: Stylesheet (style.css)’ > Update File

    I just did the same thing as you and it worked. Make sure no other plugins are adding CSS that it causing a conflict.

    thank you so much for this!

    Hello !
    Can you tell me how to do the same with the page content ?
    Thank you so much!

    PAx
    http://www.pax.paris

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Center Top Navigation’ is closed to new replies.