Soneiro Posted January 25 Share Posted January 25 Hey everyone! So I am trying to resize the primary button in my mobile layouts, ive tried the standard code below but it has no effect sadly. Does anyone have an idea why this isn't working? Code I have tried but makes no difference: @media screen and (max-width:640px) { a.sqs-block-button-element--large.sqs-block-button-element { font-size: 11px; } } SS 7.1 newest version 🙂 Link to comment
Ziggy Posted January 25 Share Posted January 25 Can you share your website URL? Soneiro 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
Soneiro Posted January 25 Author Share Posted January 25 Yes of ocurse! https://soneiro.com/ Link to comment
Solution Ziggy Posted January 25 Solution Share Posted January 25 Try this: @media only screen and (max-width:640px) { .sqs-button-element--primary { font-size: 11px !important; padding: 0.8em 1.7em; } } You might want to adjust the padding too, but that should be easy enough. Soneiro 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? 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