andymallinsphotography Posted March 23, 2022 Share Posted March 23, 2022 Site URL: https://andymallinsphotography.com Hi All, I am trying to center my checkout button on mobile as it appears to be aligning to the right. I've tried several pieces of code and whilst I can change the colour of the button etc non of the code for aligning it appears to work? Thanks, Andy Link to comment
Solution tuanphan Posted March 24, 2022 Solution Share Posted March 24, 2022 Add to Design > Custom CSS /* Mobile Center Checkout */ @media screen and (max-width:767px) { [data-test="afterpay-message"] { justify-content: center !important; } } 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!) Link to comment
andymallinsphotography Posted March 24, 2022 Author Share Posted March 24, 2022 5 hours ago, tuanphan said: Add to Design > Custom CSS /* Mobile Center Checkout */ @media screen and (max-width:767px) { [data-test="afterpay-message"] { justify-content: center !important; } } Absolute legend! That works great. 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