Hi there. Please see the site in private content. How can I make the drop down menu under Brands appear over the menu below it? I’ve been banging my head on my desk trying to figure it out. I’ve found other posts recommending adjusting the z-index of header_meta but that doesn’t work because I’ve adjusted the position of the logo. Any help would be appreciated.
Thanks!
Hey Kevin,
Please remove following code
#header_main {
z-index: 20;
}
and add following one
#header_meta { background: transparent !important; }
Best regards,
Yigit
That did the trick! I never would have figured that one out. Thanks for your help. :-)