Hello,
1) In sidebar widgets , how to increase the scroll width size, as the scroll is very linear and not easy to scroll down with mouse.
2) OR if point one not possible, Can we disable scroll function of widget so all filters can be shown ?
This topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
Hello,
1) In sidebar widgets , how to increase the scroll width size, as the scroll is very linear and not easy to scroll down with mouse.
2) OR if point one not possible, Can we disable scroll function of widget so all filters can be shown ?
Hello,
1) To change the width use the below code in Theme Options > Custom CSS
body ::-webkit-scrollbar {
width: 4px;
height: 4px;
}
2) To disable scroll go to Theme Options > WooCommerce > Shop > Shop page layout > Sidebar Widgets With Scrollable Content > Off.
Regards
The issue related to '‘Scroll Size width change or no scroll’' has been successfully resolved, and the topic is now closed for further responses