• I want to center the whole menu in navigation bar at the top but am having trouble finding where to do that in the CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi alm36 this is an easy fix, try clearing your cookies, and cache. If your still having problems, I can assist you…

    1. Go to Appearance → Theme Options.
    2. Click on the General Settings tab.
    3. Scroll down and copy & paste this rule into the Custom CSS field:
      #header-links-inner #menu-main_menu {
         margin: 0 auto;
         display: table;
         float: none;
      }
    4. Click the Save Changes button.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center navbar horizontally’ is closed to new replies.