Home › Forums › WoodMart support forum › Dropdown login menu › Reply To: Dropdown login menu
December 11, 2017 at 9:56 am
#28320
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.topbar-wrapp .menu-item-my-account .sub-menu-dropdown {
width: 211px;
}
Regards