How can I have MaxWidth::Full just on the form and not the whole page?

4 Replies
Matthew
Matthew5mo ago
bump
awcodes
awcodes5mo ago
I don’t think you can. You’d have to target the form with css and apply the max width there.
Matthew
Matthew5mo ago
I tried using the extra attributes callback and setting ['width' => '100%'] but it didn't work
awcodes
awcodes5mo ago
Try [‘max-width’ => ‘100%’]