kierra_jade95 Posted August 23, 2022 Share Posted August 23, 2022 Site URL: https://kierrawalters.squarespace.com/home Hi there, I'm needing to centre the buttons on mobile only and can't seem to find the css that will work for this. Can someone please let me know what would work? 🙂 The page password is KJWDesign Thank you Link to comment
tuanphan Posted August 25, 2022 Share Posted August 25, 2022 You are using new editor (Fluid Engine), so you can edit page > Click Mobile icon on top right > Drag it to center. This won't affect desktop Amanda-FWI 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
ehershberger Posted September 5, 2022 Share Posted September 5, 2022 I'm curious about this too. I'd like to change buttons to Align Horizontally on mobile only. You can drag the button around on mobile without affecting desktop, yes, but changing the alignment affects both mobile and desktop. It's interesting because this isn't the case with changing the vertical alignment. Link to comment
tuanphan Posted September 7, 2022 Share Posted September 7, 2022 On 9/6/2022 at 4:15 AM, ehershberger said: I'm curious about this too. I'd like to change buttons to Align Horizontally on mobile only. You can drag the button around on mobile without affecting desktop, yes, but changing the alignment affects both mobile and desktop. It's interesting because this isn't the case with changing the vertical alignment. This cod for above site @media screen and (max-width:767px) { .button-block .sqs-block-button-container { justify-content: center; text-align: center; flex-direction: column; } }  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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment