gbligh Posted May 29, 2022 Posted May 29, 2022 We have a form that has a 3 column layout question. Teachers will be editing the form, so when it's opened in the data viewer pop up, it would be good if it was full screen - or just bigger than it is now. Is this possible? @Graham Quince @pconkie
ADT Posted June 1, 2022 Posted June 1, 2022 On 29/05/2022 at 20:15, gbligh said: We have a form that has a 3 column layout question. Teachers will be editing the form, so when it's opened in the data viewer pop up, it would be good if it was full screen - or just bigger than it is now. Is this possible? @Graham Quince @pconkie Something i mentioned ages ago.... cant remember what the response was but clearly it wasn't the one i was after!! ?
Graham Quince Posted June 6, 2022 Posted June 6, 2022 Try this, on the site in an HTML widget: <style> .modal { width: 90% !important; left: 20% !important; } </style> 1
ADT Posted June 7, 2022 Posted June 7, 2022 You might want to add modal-body to make it longer.... <style> .modal { width: 60% !important; left: 35% !important; } .modal-body { max-height: 800px !important; } </style> 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now