Mega Menu Header Alignment

Hi all.

I’m new to Shopify moving over from Squarespace and I’m running into a stuck with my mega menu alignment.

I’m wanting the sub headers (Storage, Tables etc) to be at the top, not centered.

I’m using the prestige theme.

Any ideas? Thank you!

Hi @NomiExpat

Please, share your store URL. Thanks!

Hi @Made4uo-Ribe !

The site is not yet published.

You can share the preview. Thanks!

https://7kwmoqko6tnz1x3a-62978752563.shopifypreview.com

Thanks for te info, try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.mega-menu.mega-menu--reverse ul {
    align-items: flex-start;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!