Hi, I’m having a few issues with my mega menu. Perhaps you can help.
1. The triangles under Location and Off Site are overlapping the text. How do I resolve?
Hi Stretchspot,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia_mega_div .avia-bullet {
left: -6px;
top: -3px;
}
Hope it helps.
Best regards,
Nikko
when I add that code it removes the triangle from learn more. How do I fix this?
Hi Stretchspot,
Please replace the code I gave with this one:
#top .avia_mega_div .sub-menu .sub-menu .sub-menu .avia-bullet {
left: -6px;
top: -3px;
}
Best regards,
Nikko