mattjenkins Posted September 1, 2022 Share Posted September 1, 2022 Site URL: https://arugula-ladybug-m8r2.squarespace.com/work Hello, Im looking for some CSS code to centre align Primary buttons in Mobile only. I have tried previous bits of CSS code found on this forum but I can't seem to find a solution. https://arugula-ladybug-m8r2.squarespace.com/work Password: 1234 Matt Link to comment
tuanphan Posted September 3, 2022 Share Posted September 3, 2022 The site is expired. You can access this link to extend it (free) 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
mattjenkins Posted September 5, 2022 Author Share Posted September 5, 2022 Hello @tuanphan It should be back now: https://arugula-ladybug-m8r2.squarespace.com/work Password: 1234 Link to comment
tuanphan Posted September 5, 2022 Share Posted September 5, 2022 5 minutes ago, mattjenkins said: Hello @tuanphan It should be back now: https://arugula-ladybug-m8r2.squarespace.com/work Password: 1234 I see 8 buttons on Work Page. Center all? 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
mattjenkins Posted September 5, 2022 Author Share Posted September 5, 2022 (edited) Hello @tuanphan 7 buttons I believe. But yes please. Matt Edited September 5, 2022 by mattjenkins Link to comment
mattjenkins Posted September 5, 2022 Author Share Posted September 5, 2022 Hello @tuanphan My site is now live www.matthewjenkins.com.au When you do have a moment, it would be awesome to somehow centre those buttons in mobile only matt Link to comment
Solution tuanphan Posted September 6, 2022 Solution Share Posted September 6, 2022 On 9/5/2022 at 1:39 PM, mattjenkins said: Hello @tuanphan My site is now live www.matthewjenkins.com.au When you do have a moment, it would be awesome to somehow centre those buttons in mobile only matt Add to Design > Custom CSS /* Work page center button */ @media screen and (max-width:767px) { body#collection-62f722c809e0a7406bace98b .button-block div { align-items: center !important; text-align: center !important; 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
mattjenkins Posted September 6, 2022 Author Share Posted September 6, 2022 Yess! thank you so much! 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