lines Posted November 8, 2019 Share Posted November 8, 2019 Hi, what's the CSS code to align all header and body text to align left for mobile, but remain centred for desktop? Thanks! Link to comment
tuanphan Posted November 8, 2019 Share Posted November 8, 2019 Can you share link to your site? 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
lines Posted November 9, 2019 Author Share Posted November 9, 2019 https://bagpipe-maracas-j3xs.squarespace.com/ Link to comment
tuanphan Posted November 10, 2019 Share Posted November 10, 2019 13 hours ago, lines said: https://bagpipe-maracas-j3xs.squarespace.com/ Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .overlay-nav-wrapper { text-align: left; margin-left: 0; padding-left: 2vw; } main#page * { text-align: left !important; } } 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
Archived
This topic is now archived and is closed to further replies.