Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #234328

    Hi guys,

    I was wondering if you could tell why the buttons on my contact form aren’t aligned correctly? I don’t see any settings for this within the dashboard.

    Thanks!

    Best,
    Jonathan

    #234329
    This reply has been marked as private.
    #234481

    The plugin author told me the following. What’s the best way to correct this? Thanks!

    In one of your theme’s stylesheet, you have

    body div .first, body div .no_margin {
        margin-left: 0;
    }

    This is applied to the first radio button items.

    #234494

    Hey!

    Try adding this code to the Quick CSS:

    span.wpcf7-list-item.last {
        margin-left: 0 !important;
    }

    Cheers! 
    Josue

    #234504

    Worked perfectly! Thanks Josue!

    #234507

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact Form Radio Button Misalignment’ is closed to new replies.