Home › Forums › WoodMart support forum › I want a scrollable mobile nav menu please scrolling in a page kidzedutab.com › Reply To: I want a scrollable mobile nav menu please scrolling in a page kidzedutab.com
May 31, 2024 at 8:28 am
#569616
Hung Pham
Keymaster
Hi emmanuelebukan,
I fixed with below updated Custom CSS:
.whb-header-bottom .whb-col-mobile .wd-header-nav {
max-width: 100vh;
}
.whb-header-bottom .whb-col-mobile .wd-nav {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.whb-header-bottom .whb-col-mobile .wd-nav>li {
flex: 0 0 auto;
margin-right: 10px;
}
Regards,
- This reply was modified 6 months, 2 weeks ago by Hung Pham.