Centre align secondary nav (Shapes Theme)

Hi,

Can someone please help me with centre aligning the secondary nav menu items so it sits directly underneath the main nav and not left aligned? Screenshot attached for context. https://upliftskin.com.au/

Hey @Hannaht2

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

@Hannaht2 It is not a secondary menu it is a drop down menu of Shop. if you want to show Shop All and Bundle links with the primary menu then just add all menu items in the primary menu.

  1. Go to Online Store

  2. Click on Navigation

  3. Choose primary menu and add Shop All and Bundle

  4. Save and Done!

Hi @Hannaht2

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:
.py-section-vertical-spacing .justify-start {justify-content: center !important;}

Regards,

San

@INA_MSWEB Thank you so much!