• Resolved jonalange

    (@jonalange)


    Hi,

    I would like to style the acceptance checkbox. But I don’t know whats the problem for this issue.
    Currently it looks like this:

    View post on imgur.com

    And I want it to look like this (edited with Photoshop):

    View post on imgur.com

    Do you have any idea how to achieve this?

    Thank you very much!

    Kind regards,
    Jona

Viewing 1 replies (of 1 total)
  • Thread Starter jonalange

    (@jonalange)

    Possible solution I came up with:

    Contact-Form (HTML):

    <table class="kontakt_datenschutz">
      <tr>
       <td>
        [acceptance acceptance-328][/acceptance] 
       </td>
      <td class="kontakt_text">
       Your Text
      </td>
     </tr>
    </table>

    CSS:

    .kontakt_datenschutz {  
        margin-bottom:20px;
    }
    .wpcf7-list-item {
        margin: 0 !important;
    }
    .kontakt_text {
        padding-left: 5px;
    }
    

    I hope this helps for somebody thats also want to change the look of this ugly acceptance checkbox placement.

    Have a nice day.

    • This reply was modified 6 years, 1 month ago by jonalange.
Viewing 1 replies (of 1 total)

The topic ‘Style acceptance box’ is closed to new replies.