How to enhance width of webform pages rendered

We are testing v14 for one client and noted that the width of pages rendered has been reduced, Please guide where we need to look to make corrections to make web pages of more width. Please provide hint to look into

Hi @CA_B.C_Chechani,

Please apply css in Web form like

Example:



[data-doctype="Web Form"] .page_content {
    max-width: 100% !important;
    margin: auto;
}

Thanks.

1 Like

Thank you so much, it worked perfectly!