Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #682781

    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?

    • This topic was modified 7 years, 6 months ago by DanielKG.
    #684572

    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:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Andy

    #685141

    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;
    }

    #685153

    Hi!

    Glad you figured it out and thank you for sharing your solution :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘ENFOLD Gravity Forms styling issue – Credit Card Section’ is closed to new replies.