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.
Hey tylerjmorrison!
Thank you for using Enfold.
Try to add this to the Quick CSS field:
.gform_wrapper {
max-width: 100% !important;
}
Cheers!
Ismael
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!
That didn’t do anything, unfortunately. I did replace the , with a . as well.
Hey!
Use this instead:
.gform_wrapper .top_label li.gfield.gf_right_half {
width: 49.4% !important;
}
Best regards,
Ismael
^^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.