Home Forums WoodMart support forum Drodown Issue

Drodown Issue

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

    mattdelsouz2
    Participant

    Hi
    How can I fix the drodown problem, in order to open right next to the item not above the menu as i attached the image.
    the dropdown is ok for the first 4 rows, after that, it opens at top.

    Attachments:
    You must be logged in to view attached files.
    #626531

    mattdelsouz2
    Participant

    I realized that all drodwon items are aligned to the top

    #626558

    Hello,

    Can you please share the page URL so I can check and give you a possible solution?

    Best Regards

    #626580

    mattdelsouz2
    Participant
    #626645

    Hello,

    Please use the below custom CSS code and paste it to Theme Options >> Custom CSS >> Desktop CSS section:

    .whb-header-bottom .wd-nav-vertical .wd-dropdown-menu {
        top: auto !important; 
        inset-inline-start: calc(100% + var(--nav-drop-sp)) !important; 
    }

    Best Regards

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)