Product variations not aligned properly
-
Hello,
I think there is a bug in your theme that when I add more than 7 variations, it goes over the line than its supposed to be.
Check the picture attached well you’ll notice the size are not aligned with the word size.
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
Sure. You can find it in the private content area.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
table.variations td.label {
vertical-align: top;
padding-top: 5px;
}
Regards
The topic ‘Product variations not aligned properly’ is closed to new replies.