Philipp Matuschka (MMB) 2/17/2021 10:45:25 AM With the help of support, I have managed to implement a work around here to make this happen.
I made the form 1 column wide using the full 4 column with
Then in dbstyles I have this #preview_t_238134 #frm_edit, /* Payments */ #edit_t_238134 #frm_edit, #preview_t_240910 #frm_edit, /* Invoice Lines */ #edit_t_240910 #frm_edit, #preview_t_238117 #frm_edit, /* Contacts */ #edit_t_238117 #frm_edit, #preview_t_238125 #frm_edit, /* My Settings */ #edit_t_238125 #frm_edit, #preview_t_665093 #frm_edit, /* Registrations */ #edit_t_665093 #frm_edit { margin-left: auto; margin-right: auto; max-width: 600px;
|