Home Forums WoodMart support forum Shop Sidebar Scrollable Reply To: Shop Sidebar Scrollable

#187968

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