Hi,
I’m sure this has been answered before, but I looked around the threads and wasn’t able to find it.
Currently, lublevel links pop out to the left of the parent link, how do I get them to show be under their parent link and indented a little bit to the right?
In private content, scroll over “Products / Microfiber Mops” and you’ll see that “Comparison Chart” pops out to the left (same for Wipes).
I would like them to appear like the below:
PRODUCTS
Cleaning Carts
Hardware
Microfiber Mops
Comparison Chart
Wipes
Comparison Chart
IPA
Thanks!
Hey raisonbrands,
Please try the following in Quick CSS under Enfold->General Styling:
#top .av-main-nav ul ul {
left: 207px;
}
Best regards,
Rikard
Thanks Rikard,
So that moves it over to the right, which is definitely better.
But how do I get the sub item below its parent with an indent?
Hardware
Microfiber Mops
Mops Comparison Guide
Wipes
Wipes Comparison Guide
Thanks again!
Hi,
Add this to quick css:
.sub-menu li{
margin-left:30px!important;
}
Best regards,
Jordan Shannon
Thanks Jordan,
But unfortunately that just made the box with the dropdown links oddly proportioned and offset the sub-level links by a hair.
Hi,
Apologies, are you able to screenshot? Perhaps I’m misinterpreting what you need.
Best regards,
Jordan Shannon