Home New Guten Forums WoodMart support forum How to move checkbox next to text in product fields?

How to move checkbox next to text in product fields?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #527414

    orders-9631
    Participant

    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.
    #527492

    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.

Viewing 2 posts - 1 through 2 (of 2 total)