juliaprather Posted February 17, 2023 Posted February 17, 2023 Hello Squarespace, I'm in search of code to reduce the width of the CTA button on mobile, so there's not so much blank space on either side of the words, but without affecting the desktop view. Thank you!
tuanphan Posted February 21, 2023 Posted February 21, 2023 What is your site url? We can check easier 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!)
juliaprather Posted March 4, 2023 Author Posted March 4, 2023 On 2/21/2023 at 4:53 AM, tuanphan said: What is your site url? We can check easier The URL is https://borrowhappy.com/. Thank you!
Solution tuanphan Posted March 6, 2023 Solution Posted March 6, 2023 Add to Design > Custom CSS /* Mobile button */ a.theme-btn--primary.btn.sqs-button-element--primary { padding-left: 10px !important; padding-right: 10px !important; min-width: unset !important; } juliaprather 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!)
juliaprather Posted March 11, 2023 Author Posted March 11, 2023 On 3/6/2023 at 4:15 AM, tuanphan said: Add to Design > Custom CSS /* Mobile button */ a.theme-btn--primary.btn.sqs-button-element--primary { padding-left: 10px !important; padding-right: 10px !important; min-width: unset !important; } Outstanding, @tuanphan! Thank you sooo much. Mobile CTA button looks so much better now!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment