Guest Posted January 17, 2020 Share Posted January 17, 2020 I used code from the Qgiv platform to insert a form into my website. On the back end it appears to be full view. When I go to the page in live view, the form is cut off. Help! https://www.artworksinbigrapids.org/donate-1 Link to comment
tuanphan Posted January 18, 2020 Share Posted January 18, 2020 add to Home > Design > Custom CSS @media screen and (min-width:641px) { .qgiv-embed-container iframe { min-height: 350px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
pattersonpublishing Posted December 1, 2021 Share Posted December 1, 2021 I'm having the same problem. https://www.gospelinc.org/support Link to comment
pattersonpublishing Posted December 1, 2021 Share Posted December 1, 2021 Update. The coding on Custom CSS works for web but not mobile. Link to comment
tuanphan Posted December 4, 2021 Share Posted December 4, 2021 On 12/1/2021 at 10:09 PM, pattersonpublishing said: Update. The coding on Custom CSS works for web but not mobile. The above code for desktop only, with mobile you can add this code @media screen and (max-width:640px) { .qgiv-embed-container iframe { min-height: 900px !important; } } Adjust number 900 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment