Plugin Contributor
Lap
(@lapzor)
The container the form is in is set to display: flex
with align-items: stretch;
So the container will take up the “original” amount of space, but the items inside it will be stretched which reposition them to take up less space.
I recommend using a different approach such as media queries instead of the align-items: stretch.
We won’t be able to give further support with custom CSS like this as the CSS code you need help with isn’t actually part of our plugin and we do offer a “styles builder” in the Premium add-on that will help you set these sort of styles trough the settings interface without writing any code.
Kind regards,
Thanks so much for the tip! Appreciate it. WordPress FSE really is bloated with CSS coming from global styles, block styles, etc. really a labyrinth to find things.
Ended up applying width:100% to .mc4wp-form-basic which works like a charm with the tangle of CSS from core/base theme
This is a tiny nonprofit so I can’t put them on any paid SAAS but will def keep it in mind for bigger clients! Your plugin is so much better and easier than using the actual Mailchimp plugin!
Thanks again! You’re a saint
-
This reply was modified 1 month, 3 weeks ago by
James Monroe.
-
This reply was modified 1 month, 3 weeks ago by
James Monroe.