Product tab scroll bar too close to the navigation labels
-
Hello,
The issue is that the scroll bar is too close to the navigation menus in the products tab element (WB Bakery)
I’ve attached a screenshot. Tried to inspect the element to see if I can find the navigation bar, but I could not.
Can you tell me where should I look to move the scroll bar further down?
Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards
Sure, you can take a look at this site: (see in private).
Needs to be opened on mobile or screen size reduced for the scroll bar to appear.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-nav-tabs.wd-nav>li {
margin-bottom: 20px;
}
Best Regards