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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58727
    jack3
    Participant

    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

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.