Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1432326

    I added a dropdown menu, why does it appear on the left instead of the right? How should I modify it?

    https://prnt.sc/HFPRbWEvUKj1

    #1432342

    Hey jun san,

    Thank you for the inquiry.

    You can add this css code to adjust the position and styles of the submenu.

    #top .av-main-nav ul ul {
        left: 207px;
        top: 0px;
        margin: 0;
        border-top-style: solid;
        border-top-width: 1px;
        padding-top: 0px;
    }

    Best regards,
    Ismael

    #1432343

    Can it be operated directly on the dashborad? Or do I need to find the corresponding css file to add?

    #1432347

    I have solved it, thank you very much

    #1432370

    Hi,

    Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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