Home › Forums › WoodMart support forum › Shop Sidebar Scrollable › Reply To: Shop Sidebar Scrollable
April 17, 2020 at 8:39 pm
#187968
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .sidebar-container {
margin-bottom: 40px;
max-height: 1500px;
overflow-y: scroll;
}
Please correct the height of the sidebar as per your needs.
Best Regards