mportch Posted July 15, 2020 Share Posted July 15, 2020 Site URL: https://www.mattportch.com Hi, Is there a way I could make "Free shipping code..." and "We respect your..." text smaller in mobile view - plus keep everything centred instead of ranged left? Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .sqs-popup-overlay .sqs-slice-body p { font-size: 10px !important; text-align: center; } .sqs-popup-overlay .actions * { font-size: 10px !important; } .sqs-popup-overlay .sqs-slice-heading { text-align: center !important; } } 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
Archived
This topic is now archived and is closed to further replies.