Hello -
I have a form created and working well on the desktop, but it’s not being responsive on mobile. Any ideas if I have the wrong container or something? I have it in a simple Text element. Thanks!
Hello -
I have a form created and working well on the desktop, but it’s not being responsive on mobile. Any ideas if I have the wrong container or something? I have it in a simple Text element. Thanks!
Hey Richard,
Thanks for writing in!
Your gravity Form were inserted inside a table that has a fixed width. This is what made it unresponsive. Please remove the table and only use the gravity form shortcode inside the text element instead.
Hope this help. Please let us know how it goes.
Thanks. However, Gravity Forms is inserting the form as a Table. I did not do that.
Hello Richard,
Well, in that case, we will just override the table width with custom css. To resolve your issue, Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-text table {
width: 100% !important;
}
Please let us know how it goes.
That’s fantastic. Thank you.
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.