IACreatives Posted July 15 Share Posted July 15 Hi all, I've been trying to insert a custom code (CSS) for my website, so that all texts are left-aligned for mobile view only, but stays center-aligned for desktop. Idhamali.com Appreciate any help/support! Link to comment
Solution Lesum Posted July 15 Solution Share Posted July 15 @IACreatives To align all texts to the left on mobile view, you can add this code is Website > Pages > Website Tools > Custom CSS @media screen and (max-width: 767px) { body, p, h1, h2, h3, h4, h5, h6, a, span { text-align: left !important; } } tuanphan 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
IACreatives Posted July 15 Author Share Posted July 15 Thank you Lesum! Much appreciated! 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