• Hi, I have just switched to the Zero Gravity theme. I would like to have the main navigation centered, not left. Where can I change this?

Viewing 1 replies (of 1 total)
  • @lafringuella: You can add the following css in “Appearance -> Customize -> Additional CSS”.

    #site-navigation .nav-menu > ul { text-align: center; }
    #site-navigation .nav-menu > ul ul { text-align: left; }

    Note: If you don’t see Additional CSS in your theme, then you can install “Catch Web Tools” plugin, activate Custom CSS module and then add in “Catch Web Tools -> Custom CSS” box.

Viewing 1 replies (of 1 total)
  • The topic ‘Main navigation centered?’ is closed to new replies.