Primary Nav Menu Align Center

Homepage Community Forums Epik Theme Support Primary Nav Menu Align Center

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13856
    kstrath
    Customer

      Hi There –
      I’m using the header right for my “main menu” throughout a new site…but have added the primary menu to show up on a smattering of pages.

      I’m trying to style the primary menu to align center, but my usual bag of tricks isn’t working
      Any help would be much appreciated!

      Link here:
      http://7ff.e63.myftpupload.com/work-with-us/

      Thanks!
      Kate

      #13873
      Wes
      Moderator

        Add this to your css –

        .nav-primary .genesis-nav-menu {
        	text-align: center;
        }
        
        .nav-primary .genesis-nav-menu .menu-item {
        	display: inline-block;
        	float: none;
        }

        Make sure and add it in the main section and not in the responsive section of your css so it will work when viewed on desktop/laptops. It already works on mobile and tablet devices since it’s designed to center on smaller resolutions.

        #13877
        kstrath
        Customer

          That works! Thank you!

          #13878
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Primary Nav Menu Align Center’ is closed to new replies.