Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1398688

    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?

    #1398705

    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

    #1398807

    when I add that code it removes the triangle from learn more. How do I fix this?

    #1398863

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.