I have Contact Form 7 plugin using a form in the right sidebar. On all other themes like WP 14, WP 10, etc. it lines up perfectly. With this theme it keeps pulling the first radio button over to the left. See example. Any ideas? http://enigmaimage.com/
Hey yes9310!
Try to insert this code into the quick css field to fix the issue:
#top div .wpcf7-list-item.first {
margin-left: 5px;
}
Regards,
Peter
Thanks Peter! That moved it a little closer into alignment but still not perfectly straight. See http://enigmaimage.com/
Hi!
Please flush browser cache and refresh your page a few times. This is how it looks on my end – http://i.imgur.com/KbW746h.png
Best regards,
Yigit
Tweak it until you get the desired result, try:
#top div .wpcf7-list-item.first {
margin-left: 6px;
}
Best regards,
Josue
Thanks Josue! I’ll try it.
Hope it does the trick :)