Change Alignment of a Product Page Field
-
Please check the screenshots in attachment with AS IS (how it is currently) and TO BE (modified screenshot just like I’d like it to be). It refers to the variation fields on the product page.
I would like to change the way the variation “title” appears. Instead of being centered in height, I’d like they be aligned to the top.
Is this possible?
Hi,
Could you please reupload your screenshots in a size smaller than 512KB? Or upload it to some cloud service like Dropbox or Google Drive.
Thank you in advance
See attachments
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > Custom CSS:
.single-product-content .variations td {
vertical-align: top;
}
.single-product-content .variations label {
padding-top: 10px;
}
Best Regards
Good. Code is working fine, issue closed.
The topic ‘Change Alignment of a Product Page Field’ is closed to new replies.