Webflow build.
The default login form for logging in and signing up is zooming in when tapping on mobile.
Body text is set at 16px for mobile.
Help appreciated
Webflow build.
The default login form for logging in and signing up is zooming in when tapping on mobile.
Body text is set at 16px for mobile.
Help appreciated
Hey!
Could you add this bit of CSS to the header of your site. It will effect ALL Memberstack modals. Let me know if you need to target something more specificπ
<style>
.ms-style {
font-size: 15px !important;
}
</style>
Hey thanks for this! 15px helped but 16px fixed the issue entirely. There was still a slight zoom in at 15px.
Thank you so much