Home Forums WoodMart support forum drop-down menu fit the width of the main menu

drop-down menu fit the width of the main menu

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #258549

    Romanco
    Participant

    Hello!
    How do I make the drop-down menu in html blocks fit the width of the main menu and not the full width of the screen? (as I showed in the screenshot)

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

    Hello,

    I saw the screenshot you attached.

    You can try setting the dropdown width according to your needs by editing the menu items.

    Screenshot for Clarification: https://prnt.sc/wo77ih

    Regards.
    Xtemos Studios.

    #258685

    Romanco
    Participant

    Thank you. turns out to be slightly shifted to the side

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

    Hello,

    You are Most Welcome.

    Please provide the URL of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #258717

    Romanco
    Participant

    #258725

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    li#menu-item-9694 .sub-menu-dropdown {
        margin-left: -100px;
    }

    Best Regards.

    #258748

    Romanco
    Participant

    unfortunately did not help

    #258892

    Hello,

    Please replace the previous Custom CSS with the following then clear cache and check back.

    li#menu-item-9694 .sub-menu-dropdown {
        margin-left: -100px !important;
    }

    You can try adjusting the margin value as per your needs.

    Best Regards.

    #259006

    Romanco
    Participant

    unfortunately does not help

    #259231

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #259340

    Romanco
    Participant

    login below

    #259357

    Hello,

    Your issue has been resolved. Please clear cache and check back.

    Screenshot for Clarification: https://prnt.sc/x4lvex

    Best Regards.

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