Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #269295

    Hey there,

    I am having the exact same problem as outlined in this post but the proposed solution doesn’t work for me.
    I included the css in the quick css field, yet the form doesn’t change at all.

    I appreciate any help!

    -Vitus

    #269336

    Hi Vitus,

    Can you post the link to your website please?

    Regards,
    Josue

    #269445

    of course, here it is; http://accelit.de/?page_id=111

    #269474

    Use this:

    #top .avia_ajax_form .text_input {
        padding: 7px;
    }
    #270035

    Hi!

    Seems like the code @flikk posted helped! Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #270757

    Hi folks!

    thanks for your help! yes flikk’s code helped indeed to reduce the padding of the text fields.
    Can you also let me know how to reduce the space between the text fields and the subsequent label? (so i am trying to make the form a little “shorter”.

    Cheers,
    Vitus

    #270760

    Hi!

    Try with this:

    .avia_ajax_form label {
        margin-bottom: 0 !important;
    }

    Best regards,
    Josue

    #270761

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia_ajax_form p { margin: 4px 0; }

    Best regards,
    Yigit

    #270766

    Nice!! That was exactly what I was looking for!

    Thank you guys!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Reduce margings and passing for contactform’ is closed to new replies.