Hi,
I’m using Enfold with Gravity Forms. In the credit card section I’m having an issue where the month – year section under expiration date are in top of each other, and the security code – image are in top of each other as well when they should be side by side. I haven’t been able to figure out what CSS to add to my child theme style css to make these changes. Could you provide any help?
Hey DanielKG,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Andy
Hey Andy,
It took me some time but I was able to fix it myself by adding some custom CSS. I leave it here just in case some one has the same problem.
#input_1_22_3 {
display: inline-block !important;
}
#top .gform_wrapper select {
display: inline-block !important;
}