tuanphan Posted September 2 Share Posted September 2 You can use these ways to change blog post text width. If it doesn't work, you can send link to your site, I will check it again. #1. All Blog Posts You can follow these steps to change Blog Posts text width First, edit a Blog Post > Click Edit Section At Content Width > Choose Custom > Then enter your width #2. All Blog Posts Width (Desktop Only) Use this code to Custom CSS box @media screen and (min-width:768px) { .blog-item-inner-wrapper { max-width: 600px !important; width: 100% !important; } } #3. All Blog Posts Width (Mobile Only) Use this CSS code @media screen and (max-width:767px) { .blog-item-inner-wrapper { width:95% !important; } } Lesum 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment