How to move checkbox next to text in product fields?
-
Hello,
How to move checkbox next to text in product fields? I am attaching screenshot and site link:
https://rodan-posters.eu/product/personalizirana-karta-clean-grey/
Thanks in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code in Theme Settings < Custom CSS > Global Custom CSS:
.wapf-field-container label[for] {
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
}
Best Regards.