Home › Forums › WoodMart support forum › Product Grid View – Product Spacing › Reply To: Product Grid View – Product Spacing
April 11, 2022 at 8:43 am
#367521
IanB
Participant
Managed to acheive this using the standard button on hover setting and some css edits.
.woocommerce div.product {
background-color: #ffffff;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-left-width: 15px;
padding-bottom: 13px;
}
😀 with a little will power and persistence..
- This reply was modified 2 years, 8 months ago by IanB.