Home › Forums › WoodMart support forum › How can I set mobile menu like this image and text › Reply To: How can I set mobile menu like this image and text
January 5, 2024 at 10:53 am
#527136
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add the following Custom CSS code to Theme Settings > Custom CSS > CSS for mobile
.wd-nav-img, .mega-menu-list img {
max-height: 60px;
width: 60px;
}
Best Regards.