CHANGE DISPLAY OF ROWS when too many values
-
Dear,
As you can see on the screenshot, certain of my attributes have too many values, which makes it not very userfriendly to read.
To fix this, I try to readjust by moving the column separator more to the right. Currently, I’ve added a “padding-left” on the right column but I’m not sure if it’s the best to do.
How can I move the column separator more to the right, only for desktop ?
Hello,
Please provide the page URL with the problem and screen.
Best Regards
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
it’s working great.
thanks
The topic ‘CHANGE DISPLAY OF ROWS when too many values’ is closed to new replies.