May someone please help me have the mega menu appear on the collection page similar to what’s on my homepage. My site is www.shoplile.com.
Homepage:
I’d like the megamenu to appear on all collection pages and when on other pages on the site. So everywhere a vistor clicks they can see the mega menu.
Thanks in advance 
Hi @Tellmemore112 ,
Can you share your store URL so that I can check?
Hello @Tellmemore112
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
.header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
top: 17rem !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks