badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Increasing the size of the main content area of posts and pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #58733

    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

    Thank you!

    #58741
    jack3
    Participant

    Thank you – should that impact just one page/post? When I use it, it changes all pages.

    #58742

    Hello Jack,

    Yes it impact to all the page/post that have not sidebars.

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.