Home › Forums › WoodMart support forum › Related Products tab into sidebar product page › Reply To: Related Products tab into sidebar product page
August 21, 2018 at 7:40 pm
#73694
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area for desktop and tablet devices in Theme Settings and set sidebar width to “medium” to add more space there
.woo-related-products-container .product-grid-item {
width: 50%;
}