Home › Forums › WoodMart support forum › CHANGE DISPLAY OF ROWS when too many values › Reply To: CHANGE DISPLAY OF ROWS when too many values
December 21, 2018 at 12:44 pm
#97558
Elise Noromit
Member
Hello,
1. Remove the padding and add this code to the Theme Settings > Custom CSS > Desktop:
.product-image-summary .shop_attributes th{
width:50%;
}
Set the width as per your needs. And you will get the result like this: http://prntscr.com/lxwgkg
Best Regards