Category Menu: missing scrollbar
-
The Category Menu on the left side has no scroll bar, so only some categories are displayed.
How can there a scrollbar be added? So that all categories are displayed
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS code section:
.whb-sticked .whb-header-bottom .wd-dropdown {
overflow-y: scroll;
}
.wd-nav-vertical>li>a {
padding: 10px 18px;
font-size: 11px;
line-height: 16px;
}
Best Regards.
I have added the code but there is still no scroll bar. Is there anything else I need to do? Cache was also cleared
Attachments:
You must be
logged in to view attached files.
Hello,
But It is impossible to define the “scroll” there because in this case the drop-down submenus will be cut off by the “overflow”.
If you want to enable scroll try this code and check the issue. If the issue remains, share the wp logins details of your site i will check and give you a possible solution.
Best Regards.
Hello,
it is not possible to define the scroll. Please check the Private content for the credentials
Hello,
Try to add this code:
.wd-sticky-nav{
overflow-y: scroll !important;
}
.wd-nav-vertical>li>a {
padding: 10px 18px;
font-size: 11px;
line-height: 16px;
}
Best Regards.
Yes this works. Thank you!
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Category Menu: missing scrollbar’ is closed to new replies.