Back to Theme support

Sudden issues with megamenus displaying over the themes header

Themes affected: Mr Parker, Vantage

If you are suddenly seeing issues with megamenus covering your stores header when their parent link is hovered there is a quick and simple fix.

  1. In your store admin open: Online store > themes
  2. Next to your theme click on the menu icon ( 3 dots ) and choose edit code
  3. On the next page click on the Assets folder and choose stylesheet.css
  4. Scroll all the way to the bottom and after all other code paste in:
    .header__linklist-images-wrapper,
    .header__linklist-columns-wrapper {
        align-self: start !important;
    }
    
  5. Click save when done