• Resolved briannie

    (@briannie)


    Can you help me move the checkbox to the left and in line with the text that follows it please?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @briannie,

    This issue is produced by your theme or custom CSS added by you.

    Try adding this CSS rule to your Additional CSS area under Dashboard > Appearance > Customize, don’t forget to click on Publish:

    .wpcf7-acceptance input[type=checkbox] {
        width: auto;
        height: 1em;
    }

    Best regards,
    Yordan.

    Thread Starter briannie

    (@briannie)

    Perfect – thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Checkbox to left’ is closed to new replies.