Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #177590

    Hi guys,

    So I noticed that when adding a text field to the color section, the text is not vertically centered. How do we achieve this? I am using small padding option.

    Thanks,
    David

    #177617

    Hi David,

    Can you post the link to your website please?

    Regards,
    Josue

    #177632

    it is codelessme.com/ecotarian – although What I need help with now is really vertically centering the Gravity Forms in the colored area.

    #177637

    Hi!

    Add this code to the Quick CSS:

    #gform_wrapper_1 .gf_left_half, #gform_wrapper_1 .gf_right_half {
    margin: 0 !important;
    }

    Best regards,
    Josue

    #177640

    All that seemed to do was move my h2 text down. See site.

    #177660

    Hi!

    Use this code instead:

    h2{ 
    font-size: 27px;
    }
    #gform_fields_1 > li {
    margin-top: 0 !important;
    }
    

    Result:

    Regards,
    Josue

    #178501

    Hey Josue,

    See the page now. Still no result. For some reason the form fields are stuck at the bottom.

    #178608

    Hi!

    You have some media queries unclosed in your Quick CSS code:

    Try to put the code outside of those, or in the css/custom.css.

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold > Color Section > Vertical alignment’ is closed to new replies.