Home › Forums › WoodMart support forum › Center align menu list items on HTML dropdown › Reply To: Center align menu list items on HTML dropdown
July 8, 2021 at 9:30 am
#305232
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-header-main-nav .wd-dropdown .wd-sub-menu li a {
justify-content: center;
}
Best Regards