kevan Posted June 16, 2020 Share Posted June 16, 2020 Site URL: https://www.kevanw.com Hi Tuan, hope all is well with you! How can I center the left side of my footer on mobile? See attached snapshot. You provided me with this code: /* center footer */ div#page-section-5ecf2a340b3df05501728e41 .span-4 { text-align: center; } } Link to comment
tuanphan Posted June 16, 2020 Share Posted June 16, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { footer.sections * { text-align: center !important; } } kevan and cmcneill 2 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
kevan Posted June 17, 2020 Author Share Posted June 17, 2020 21 hours ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { footer.sections * { text-align: center !important; } } Tuan - you are such a great help - thank you!!!! 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