• Resolved eddiebouncer

    (@eddiebouncer)


    Hi there,

    we’ve added a privacy notice for our wordpress-comments. But i can’t seem to find how to target the checkbox for accepting privacy statement.
    The checkbox has a lot of margin in:
    Firefox (Mac)
    Firefox, Chrome and Edge (win).

    Chrome and Safari on Mac work fine.

    I can fix it somewhat with:
    input#wpgdprc {
    margin-left: -13%;
    margin-right: -10%;}

    but then it skews too much to the left in other browsers. Oddity..

    Regards, Edwin

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter eddiebouncer

    (@eddiebouncer)

    Solved by adding:

    input[type="checkbox"]#wpgdprc {
        width: auto !important;
        min-width: 2% !important;
    }

    Thanks to avada support. Case closed, Cheers!

    Donny Oexman

    (@donnyoexman)

    Good to hear. Good luck!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove margin checkbox in wp comments’ is closed to new replies.