• Resolved charloub

    (@charloub)


    I think it is something to do with my theme – but the check boxes don’t line up with the labels. I am sure it could be fixed with css but I don’t have a clue what the code would be.

    Thanks for any help.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @charloub,

    Your theme is applying a width of 100% to the radio buttons. Use this CSS to change the radio buttons.

    .yikes-easy-mc-checkbox-label > input {
        width: 10px;
    }

    I thought 10px was a decent width but feel free to experiment with this value.

    Let me know if you need any assistance adding this CSS to your site.

    Cheers,
    Kevin.

    Thread Starter charloub

    (@charloub)

    Worked perfectly – thanks for the superior response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Check buttons no lining up with label’ is closed to new replies.