Home Forums WoodMart support forum Mobile menu center Reply To: Mobile menu center

#487037

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