• Hi all.

    I am trying to center both the navigation bar and top menu on the Fashionistas template.

    I am working on a child menu but can’t seem to locate where I need to make the changes to center them.

    I have already centered my logo and just want everything to look perfect before my blog goes live.

    Can anyone help??

    Thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Suggest that you install a browser inspector like firebug, it shows you how your html is formed and how your css is working.

    Your CSS changes go into the styles.css file in your child theme directory. On the other hand you can use one of the customise css plugins.

    Hey there,

    For the menu, something like this:

    #main-navigation .sf-menu {text-align:center; height:50px;}
    #main-navigation .sf-menu ul {display: inline-flex;}

    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering Navigation & Menu’ is closed to new replies.