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

    Hello,
    I need to use the field descriptions but they are far too low from the form field for some reason.
    You can see it here but you need to be logged in. User info is below.

    #1362019

    Hey virtualbis,
    Thanks for the link to your site, please try this css to your Quick CSS:

    #top .frm_fields_container input[type="text"],
    #top .main_color .frm_fields_container select{
    	margin-bottom: 0;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1362219

    Ok, that worked. Thank you. How do I get the line height with less spacing now? I tried to add line-height: 100%; but it didn’t work.

    #1362226

    Hi,
    Glad to hear, I assume that you want the description to be even closer to the field, so the description text is 12px so we will use a line height of 12px with this css:

    #top .frm_fields_container .frm_description {
    	line-height: 12px;
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area for the expected results.

    Best regards,
    Mike

    #1362232

    Perfect. Thank you again

    #1362235

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Form field description not close to form field’ is closed to new replies.