Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  6,933
    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?



  •  6,933
    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!

  •  6,933
    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