• Hello! I need help centering my navigation menu. I am running Genesis and a child theme, Adorable (I’ve contacted the developer of Adorable but cannot get a response from them). Currently I am using a plugin to have image links, but even if I leave them as text links, I am unable to get them centered…they stay huddled to the left. Any help would be greatly appreciated! Thanks!

    https://www.wherethesmileshavebeen.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not sure where you add the CSS, but your .menu-primary container needs to have a width and its margin set to ‘auto’:

    .menu-primary {
        width: 87%;
        margin: auto;
    }

    This will need to be adjusted any time you change any of the menu items.

    Thread Starter cebackus

    (@cebackus)

    That was it! Thanks so much for your help! I’m sending you a virtual fist bump right now. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Center Navigation Menu Links in Genesis?’ is closed to new replies.