As you can see on my site, my drop down menu isn’t really functioning properly in the header. Any suggestions on how to fix this?
Hi Brock,
Thank you for writing in, please add this to Theme Options > CSS
.x-navbar .desktop .x-nav > li ul {
top: 75px;
background-color: transparent;
}
You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial
Hope it helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.