Hello how can I add some extra space between filters bar and product list ?
https://prnt.sc/12oguez
This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago ago by valeriof
Hello how can I add some extra space between filters bar and product list ?
https://prnt.sc/12oguez
Hello,
Add this code in Theme options > Theme custom CSS > Custom CSS for desctop:
.shop-filters .sidebar-widget:last-of-type:not(:first-of-type) {
margin-bottom: 30px !important;
}
Regards
Thanks
The issue related to '‘Horizontal filters bar on shop category page’' has been successfully resolved, and the topic is now closed for further responses