Tagged: ,

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

    Krietings!

    Trying to get my form right, but enfold css has other ideas about it…

    check the Gravity-form at http://courage.amsterdam/prijs/#bestellen

    I would like to have the COUPON field and the corresponding button in one line. Cannot get it right, and asked the Gravity helpdesk for support. Their answer:

    In fact the coupon field displays the Apply button in the same line than the coupon input by default, but your theme is applying many custom styling to your form elements and that is causing the Apply button to be displayed in another line. You will need to contact with your theme developer regarding this issue.

    So here i am. Anyone?

    most grateful. Regards, Josh

    #518302

    Hey zineatoo!

    I don’t think the Enfold CSS has anything to do with that but you can add this to your custom CSS to force it on the same line.

    #gf_coupons_container_4 > input[type="text"] {
        width: 60% !important;
    }
    #gf_coupons_container_4 {
        position: relative;
    }
    .gform_wrapper input#gf_coupon_button.button {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    Best regards,
    Elliott

    #518419

    Hey Elliott!

    magic.

    thanks a lot.

    Z.

    #519025

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘enfold css influences gravity form – where to alter it?’ is closed to new replies.