• Resolved thedreamvirus

    (@thedreamvirus)


    Greetings
    I was wondering if anyone knew how I could center the menu items on my navigation bar(it is aligned to the left by default). It seems like too simple to find a whole plugin for.
    Please let me know.

Viewing 1 replies (of 1 total)
  • Mark Simmons

    (@hostmarks)

    Hi thedreamvirus,

    Sorry co’z the WP Fanzone Theme has no align center option for main navigation…
    but you can add the code below to your style.css

    ul.menu{
    text-align:center;
    }
    ul.sub-menu{
    text-align:left;
    }
    .main-navigation li{
    float:none !important;
    display: inline-block;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Centering the Menu Navigation Bar’ is closed to new replies.