Home › Forums › WoodMart support forum › How to add border in product layout › Reply To: How to add border in product layout
August 22, 2018 at 5:23 pm
#73874
Elise Noromit
Member
Hello,
It is possible to do with custom CSS:
.shop-content-area.col-md-push-2 {
left: 20%;
}
.shop-content-area.col-md-10 {
width: 80%;
}
.area-sidebar-shop.col-md-pull-10 {
right: 80%;
}
.area-sidebar-shop.col-md-2 {
width: 20%;
}
Add this code to the Theme Settings > Custom CSS > Desktop.
Best Regards