Viewing 1 replies (of 1 total)
  • Hi @stratosmaneas,

    On styles.css on line 4338 you find

      .navbar-nav > li {
      float: left;
      }

    CHANGE THIS TO

      .navbar-nav > li {
      display: inline-block;
      }

    Also add the following code to style.css
    #menu-main-menu {text-align: center; width: 100%;}

    Let me know if it worked ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to centre align the main header menu’ is closed to new replies.