Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1474702

    Why does my drop-down menu appear on the right side of the submenu instead of the left? How can I fix this? If I want to add an arrow, where should I add it?

    eg:https://prnt.sc/AiH6tmqvZ_2P

    #1474705

    Hey koksourcing,

    Thank you for the inquiry.

    You can adjust the position of the submenu with this css code:

    #top .av-main-nav ul {
        margin-left: 0;
        left: -50px;
        position: absolute;
    }

    Best regards,
    Ismael

    #1474711
    This reply has been marked as private.
    #1474712
    This reply has been marked as private.
    #1474745
    This reply has been marked as private.
    #1474752

    Hi,

    Thank you for the update.

    You may need to temporarily disable the Enfold > Performance > File Compression settings and make sure to purge the cache or just disable the cache plugin temporarily. Let us know if it’s still not working.

    Best regards,
    Ismael

    #1474762
    This reply has been marked as private.
    #1474764

    i think koksourcing belongs to the second level menu:

    #top .av-main-nav ul ul {
        margin-left: 0;
        left: 208px;
        position: absolute;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.