Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #451423

    Support,

    For some reason, the percentages are off with the fields. For examples, half (gf_left_half) is not 50%. I have been adjusting the percentages to make them look even, but it’s become a hassle and actually, no longer works. The issue arose a few updates back.

    You can see by typing anything into the question box to show the fields.

    As is, my text width is 105% – it conflicts with one another yet still does not reach true 100% width.

    Please advise.

    #451755

    Hey tylerjmorrison!

    Thank you for using Enfold.

    Try to add this to the Quick CSS field:

    .gform_wrapper {
      max-width: 100% !important;
    }

    Cheers!
    Ismael

    #451759

    Still no luck! I’ve left it in the quick css for your review. I’ve also cleared my browser and tried other browsers, including private mode. Also, I am having this issue on all of my Enfold installs. Like I mentioned, it got funky after an update.

    Thanks in advance for your help!

    #452574

    Hi!

    are you talking about this issue:

    and you want the fields to adjust to the right side? if yes try with this code:

    .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49,4%;
    }
    

    Hope this helps.

    Regards,
    Andy

    #452609

    That didn’t do anything, unfortunately. I did replace the , with a . as well.

    #452943

    Hey!

    Use this instead:

    .gform_wrapper .top_label li.gfield.gf_right_half {
      width: 49.4% !important;
    }

    Best regards,
    Ismael

    #453124

    ^^I’ve definitely added the !important before, but the css has worked. Must not have cleared the cache enough. Oh well. Thanks, guys! All fixed.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Gravity Form Percentages Are Off’ is closed to new replies.