Home › Forums › WoodMart support forum › Mobile menu categories › Reply To: Mobile menu categories
May 18, 2021 at 6:53 pm
#293433
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.mobile-categories-menu .wd-sub-menu li a {
padding:5px 20px 5px 30px;
}
.mobile-categories-menu .sub-sub-menu li a{
padding:5px 20px 5px 40px;
}
You will get this result: https://gyazo.com/488acc4d4fa41960bb3d4acc44620238
Best Regards