Home › Forums › WoodMart support forum › Need help with menu alignment › Reply To: Need help with menu alignment
June 8, 2020 at 6:18 am
#201611
Elise Noromit
Member
Hello,
Replace this code:
#menu-top-bar-right li .sub-menu-dropdown{
max-width:89px;
}
for this one:
#menu-top-bar-right{
max-width:100px;
min-width:100px;
}
#menu-top-bar-right li .sub-menu-dropdown{
max-width:100px;
min-width:100px;
left:0
}
Best Regards