gbligh Posted May 29 Share Posted May 29 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 Quote Link to comment Share on other sites More sharing options...
ADT Posted June 1 Share Posted June 1 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!! 😜 Quote Link to comment Share on other sites More sharing options...
Graham Quince Posted June 6 Share Posted June 6 Try this, on the site in an HTML widget: <style> .modal { width: 90% !important; left: 20% !important; } </style> 1 Quote Link to comment Share on other sites More sharing options...
ADT Posted June 7 Share Posted June 7 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 Quote Link to comment Share on other sites More sharing options...
gbligh Posted June 7 Author Share Posted June 7 Works a treat! 1 Quote Link to comment Share on other sites More sharing options...