i am attach images for your references.
in ERPNext Webform why its not coming as full screen?
Hi @arya_criton:
Try this on your webform custom css.
[data-doctype="Web Form"] .page_content {
max-width: 100% !important;
margin: auto;
}
Hope this helps.