• The acceptance box shows in middle above the desired text in my contact form. How do I adjust it so that the box is right-aligned, with the text towards it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @iniemieni007,

    We can fix the acceptance box with the help of custom css. Please add below given css under Appearance -> Customize -> Additional CSS

    span.wpcf7-form-control.wpcf7-acceptance input {
    width: auto;
    vertical-align: middle;
    }
    .wpcf7-acceptance span.wpcf7-list-item {
    margin-left: 0;
    }
    

    For better understanding please refer the below listed screenshot-

    OnPaste.20230719-130909

    Kind regards,

    Manoj

    • This reply was modified 1 year, 4 months ago by TUT Support.
Viewing 1 replies (of 1 total)
  • The topic ‘acceptance box’ is closed to new replies.