centering first nav menu?

  • jeremypkeith

    #1308

    how would i center the first nav menu. i only could get it to float left or right.

    how do i center it?

    also how can i change header width to be wider than 960, i am trying to get it to 1020.

    thanks..

    Admin

    Syahir Hakim

    #15197

    Try adding this in your child theme or Custom CSS:

    #header-menu {
    width: 960px;
    margin: 0 auto;
    }

    It’s not an ideal solution though. You would have to manually adjust the width if you modify the menu later on.

    art

    #15198

    thanks….

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.