drop-down menu fit the width of the main menu
-
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.
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.
Thank you. turns out to be slightly shifted to the side
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
Please provide the URL of the website to check it myself and help you out accordingly.
Regards.
Xtemos Studios.
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.
unfortunately did not help
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.
unfortunately does not help
Hello,
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Regards.
Xtemos Studios.
Hello,
Your issue has been resolved. Please clear cache and check back.
Screenshot for Clarification: https://prnt.sc/x4lvex
Best Regards.