MrNikSwami Posted July 14, 2020 Share Posted July 14, 2020 (edited) Site URL: https://nikswami.com/test Hi! I recently signed up for Squarespace 7.1 - but I've noticed that when a product block is added to my site, the add to cart / purchase button goes too far to the right on a mobile screen (it actually cuts off). Is there a CSS code or something that can fix this? I contacted Squarespace, and they confirmed the issue is in the template itself, but said they'll look into fixing it in a future release (no timeframe can be given). If anyone can help, I'd really appreciate it - it seems bizarre that they can't fix a simple button position until a future release?! ***UPDATE*** I've found some code that moves the button to the middle...but the text doesn't move with it lol any ideas? Here's the code I used for the button: .product-block { overflow: hidden; } Thanks Nik Edited July 14, 2020 by MrNikSwami Link to comment
Solution tuanphan Posted July 14, 2020 Solution Share Posted July 14, 2020 Remove your code, add this to Home > Design > Custom CSS @media screen and (max-width:767px) { .sqs-add-to-cart-button { min-width: unset !important; } } MrNikSwami 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MrNikSwami Posted July 14, 2020 Author Share Posted July 14, 2020 Thanks @tuanphan - I really appreciate your help! Link to comment
shadybyjay Posted July 19, 2020 Share Posted July 19, 2020 @tuanphanwhat about on desktop view? I think I may have done something in my design but i'm not sure how to un-do or fix it. Thanks a bunch in advance for the help! 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