Home › Forums › WoodMart support forum › Mobile menu center › Reply To: Mobile menu center
August 7, 2023 at 1:39 pm
#487037
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-nav-mobile li a {
justify-content: center;
}
.wd-nav-mobile li.menu-item-has-children > a > span {
margin-right: -36px;
}
Best Regards