ellen_b Posted July 12 Share Posted July 12 Hi there, I'm hoping someone can help me with some CSS to widen the text on my alternating blog on mobile (see screenshot). Thank you! Link to comment
Lesum Posted July 13 Share Posted July 13 @ellen_b Hi there! Can you share the URL of the blog page? 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
ellen_b Posted July 13 Author Share Posted July 13 @Lesum Sorry, forgot to include! It's www.newshapesstudio.com/blog Link to comment
Solution Lesum Posted July 13 Solution Share Posted July 13 @ellen_b You can add this code in Website > Pages > Website Tools > Custom CSS @media screen and (max-width: 767px) { .collection-type-blog-alternating-side-by-side .blog-alternating-side-by-side .blog-item-text { width: 100% !important; } } 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
ellen_b Posted July 13 Author Share Posted July 13 @Lesum to the rescue again! 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