Tagged: gravity forms, styling
The payment input fields are showing up mis-aligned. Month and Date should be side by side, and the security code icon should be on the same line also. I followed your suggestion from this support thread (https://kriesi.at/support/topic/gravity-forms-styling-issue/), and changed the classes to match my for, but it didn’t seem to fix it. Any idea on how I can fix it?
Also, how do I remove the credit card icons?
Screenshot: http://take.ms/JMlmp
Thank you guys!
Hey Armstrong310,
Please try the following in Quick CSS under Enfold–>General Styling:
#input_3_6_2_month, #input_3_6_2_year, #input_3_6_3 {
display: inline-block !important;
}
Regards,
Rikard
That did it. Thank you Rikard.