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
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.
Hey!
Try adding this code to the Quick CSS:
span.wpcf7-list-item.last {
margin-left: 0 !important;
}
Cheers!
Josue
Worked perfectly! Thanks Josue!
You are welcome, glad we could help :)
Regards,
Josue