Forums
Forums / Plugin: Frontend Admin by DynamiApps / Form width in Modal view
(@pzh20)
6 years, 3 months ago
Is there any way to limit the width of the modal popup of a form?
The first link shows the page with the modal button and the second is the form itself. page form
(@shabti)
you can use the css selector .modal-content for the modal itself and .modal-inner for the content.
.modal-content{ width: 40% }
Thanks again, great response time.
Regards Pete
The topic ‘Form width in Modal view’ is closed to new replies.