Hello,
I have prepared a custom CSS code for moving labels above the variation fields. Please, paste it to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.
.single-product table.extra-options tr,
.single-product table.variations tr {
display: grid;
}
https://gyazo.com/191f65d6ce2627ef2d87f6b844e2a520
If you want to add the “Cabinet Size” label additional indentation, please use this one custom also.
.single-product table.variations .cell label {
padding-bottom: 12px;
}
https://gyazo.com/6b23e348468b7705a2d06deeb3f72988
Please feel welcome to reach out to me with any questions you may have and I would be more than happy to help.
Kind Regards
-
This reply was modified 2 years, 10 months ago by
Luke Nielsen.
-
This reply was modified 2 years, 10 months ago by
Luke Nielsen.
-
This reply was modified 2 years, 10 months ago by
Luke Nielsen.