Hiya,
I was wondering if there is an easy way of increasing the content width on posts and pages when the sidebar is turned off? I’d like to increase it by somewhere between 100 – 200 px
Thank you, Jack
Hi Jack,
To increase the width for the page/post which have not sidebar just go to customize > Additional CSS and paste the code below:
@media (min-width: 992px) { .site-content .row .col-lg-8:last-child:not(first-child) { -ms-flex:0 0 80%; flex: 0 0 80%; max-width: 80%; } }
Note: Change the above 80% value to your own width for the content-area
80%
Thank you!
Thank you – should that impact just one page/post? When I use it, it changes all pages.
Hello Jack,
Yes it impact to all the page/post that have not sidebars.