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

    Hello people,

    Please have a look at the provided link. When I add a field with Gravity Forms for remarks (opmerking in Dutch). The fields are not aligned. Can I fix this so the label is in front of the field and the field ligned right? Or can I change the label position for Enfold so these labels are above the field as well and aligned to the left.

    So one of the two, not both.

    Thanks in advance!

    • This topic was modified 8 years, 7 months ago by lmercx.
    #489254

    Hi Luc!

    Thank you for using Enfold.

    Try this in the Quick CSS field:

    .gform_wrapper .top_label .gfield_label, .ginput_container {
      float: left;
      width: auto;
    }

    Regards,
    Ismael

    #489750

    Hello Ismael,

    Thanks for your message. Please have look at my page, we’re almost there but it still looks a bit messy. Any ideas?

    Thanks in advance.

    #490749

    Hi!

    add this code as well:

    div#gform_wrapper_2 {
    margin-left: 16px;
    }
    input#input_2_2 {
    position: relative;
    left: 15px;
    }
    

    Regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.