I cant figure out how to make these line up.
Can you share the link to the page on your site where we can inspect the form? Thanks
apostolicmusic dot com
Thanks Dale. I’m sorry I missed that URL the first time around. When I saw that on my phone, it all looked like an image. My apologies for asking for the URL again.
This CSS will fix it for you on this form:
body #gform_wrapper_1 ul.gform_fields li.gfield {
padding-right: 0!important;
}
Here’s a screenshot of what that looks like when applied locally:
You can add that CSS to your theme stylesheet, or via the Appearance Customizer (Appearance > Customize > Additional CSS).
Let me know if you need anything else.
1 Like
That did it! Thank you!!!
1 Like