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

#569449

Hung Pham
Keymaster

Hi emmanuelebukan,

1. Navigate to WoodMart > Header builder > edit default header (highlighted star icon) or you can go through the admin bar directly https://prnt.sc/Ct9ehRDvvDV9.

Hover on Text / HTML element, click on Pencil icon > select Mobile Tab > add Menu element to Mobile bottom section https://prnt.sc/YSYhhgu8swca

2. Please add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile section.

.whb-header-bottom .whb-col-mobile .wd-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.whb-header-bottom .whb-col-mobile .wd-nav>li {
  flex: 0 0 auto;
  margin-right: 10px;
}

Regards,