erinlynnyoung Posted February 5, 2022 Posted February 5, 2022 Site URL: https://slideux.com/blog/using-diagrams-to-plan-product-design Is there any way I can use CSS to make the blogpost pages wider?
tuanphan Posted February 7, 2022 Posted February 7, 2022 On 2/5/2022 at 10:12 AM, erinlynnyoung said: Site URL: https://slideux.com/blog/using-diagrams-to-plan-product-design Is there any way I can use CSS to make the blogpost pages wider? Add to Design > Custom CSS .hide-blog-sidebar.collection-type-blog #page #content { max-width: 100% !important; } body[class*="collection-type-blog"] main#page { max-width: 100%; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment