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.
- In your store admin open: Online store > themes
- Next to your theme click on the menu icon ( 3 dots ) and choose edit code
- On the next page click on the Assets folder and choose stylesheet.css
- 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; }
- Click save when done