Hi There,
I’ve followed the instructions on other threads to align the children in a megamenu to the left, directly underneath the parents using the following. But it doesn’t seem to work. Can you take a look and let me know what’s going on? The ART page is the only one using a megamenu.
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
padding: 3px 12px 3px 0 !important;
}
AND
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
padding: 3px 12px 3px 0;
}
Hey wacky32,
This code you posted above should work:
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
padding: 3px 12px 3px 0 !important;
}
however upon inspecting the link you gave, the css isn’t fetched.
Can you give us a screenshot of your Quick CSS, showing the code.
Best regards,
Nikko
Hi There,
Here’s a screenshot.
https://drive.google.com/open?id=1Y7FhZO3iF-IP6TXTBWr16qfYUAuZPx_y
I moved the code from the main child theme css to the quick css, resaved, and don’t see any difference.
thanks!
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon