Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #892523

    Hi,

    I am using the Enfold Contact Form and I would like to make it smaller in height (both the fields and the space between them). How can I do this with a CSS code?

    Thank you in advance!
    Best,
    Anton

    #892854

    Hey tonydobrevski,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia_ajax_form .text_input, 
    #top .avia_ajax_form .select,
    #top .avia_ajax_form .text_area {
        padding: 6px;
        border-radius: 3px;
    }
    .avia_ajax_form p {
        margin: 8px 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #893716

    Dear Victoria,

    This code works perfectly!

    Thank you very much!
    Best,
    Anton

    #894005

    Hi Anton,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #894441

    Hi Rikard,

    You can close the topic.

    Best,
    Anton

    #894593

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact form make padding and fields smaller’ is closed to new replies.