Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2355326
Contact form move checkbox
Closed

Comments

  • Silas started the conversation

    Hello,

    at the very bottom of my page is a contact form with a checkbox to agree to the privacy policy.

    How can I set the checkbox to the left of the text?  As it is usual.

    Best regards

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    .wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] {
        display: inline-block;
        width: auto;
    }

    1306518730.png


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Silas replied

    Hey, thank you!

    Now it is inline. 

    Do you have a solution to display the checkbox to the left of the text so that a clear separation can be seen?



  •  7,280
    Oliver replied

    Hi,

    CSS:

    .wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] {
        width: auto;
        margin-left: -17px;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Silas replied

    Thanks!

  •  7,280
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver