mportch Posted December 29, 2023 Share Posted December 29, 2023 Hi, How do I change these font sizes in mobile view? https://www.mattportch.com/contact Link to comment
tuanphan Posted December 30, 2023 Share Posted December 30, 2023 Use this CSS code @media screen and (max-width:767px) { fieldset.name div.title * { font-size: 30px !important; } .form-wrapper .field-list .description.required { font-size: 30px !important; } button.button.sqs-system-button.sqs-editable-button { font-size: 40px !important; } } mportch 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment