Conversation
supportHi there – I am using the GF form multicolumn plugin https://wordpress.org/plugins/gf-form-multicolumn/ I have checkboxes in the left column. When a box is checked, I want the content to display in the RIGHT column. It does – thanks for making such an awesome plugin! BUT the columns OVERLAP so that the content on the right is over laid over top of the left column. How can I fix this? Please can you help? Thanks, Mindy This topic was modified 3 years, 1 month ago by mindyeveraftervisualscom . The page I need help with: [ log in to see the link]
Hi @mindyeveraftervisualscom , Having had a look at the form, the second column appears to have a restricted width, which expands to accommodate the full text when the checkbox is checked, at least that is the behaviour that we are witnessing. To resolve this, would you be able to add the following CSS to the form page: .gform_wrapper.gravity-theme .gform_fields { grid-template-columns: unset; } Can you please examine that the form displays as expected after inserting this code and advise if it resolves the issue? Thank you for your time and please advise if the approach above does not address the issue that you are highlighting, or has other knock-on effects. Thank you.
Thank you so much!
Hi @mindyeveraftervisualscom , Having had a look at the form, the second column appears to have a restricted width, which expands to accommodate the full text when the checkbox is checked, at least that is the behaviour that we are witnessing. To resolve this, would you be able to add the following CSS to the form page: .gform_wrapper.gravity-theme .gform_fields { grid-template-columns: unset; } Can you please examine that the form displays as expected after inserting this code and advise if it resolves the issue? Thank you for your time and please advise if the approach above does not address the issue that you are highlighting, or has other knock-on effects. Thank you.
Thank you so much!