• Resolved Mini Merlin

    (@bhallman1)


    Does anyone have the CSS code and where to center the Top / Main menu in the Storefront theme?

    I had it working at one time using <center> </center> but I cannot remember where I put it in CSS.

    I just updated storefront to the latest version and I lost the change. Any help would be appreciated! Thanks in advance.

    https://countrycharmcatering.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this css code to your child themes css file:

    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        text-align: center;
    }
    Thread Starter Mini Merlin

    (@bhallman1)

    Thanks PIP! Works great. I searched google everywhere and then found out about this forum. Thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Storefront Theme Top / Main Menu’ is closed to new replies.