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*

Post page width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #86401
    vj.beluha
    Participant

    Dear sir/ madame, hope this message finds you well.
    Could you please advice if it is possible to change a post width somehow, in order to improve display of documents with a lot of text.
    Thank you for your time.

    #86435

    Hi vj.beluha,

    Please go to the ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    @media (min-width: 1600px) {
    	.post-template-default .site-content .container,
    	.page-template-default:not(.woocommerce) .site-content .container {
    		max-width: 1540px;
    	}
    }
    @media (min-width: 1800px) {
    	.post-template-default .site-content .container,
    	.page-template-default:not(.woocommerce) .site-content .container {
    		max-width: 1740px;
    	}
    }

    If you still need more width for content area then you can choose the page layout to fullwidth layout from ‘Appearance > Customize > Layout’. It will let you to hide the Sidebar and makes the content area as full width.

    Thanks

    #86442
    vj.beluha
    Participant

    Thank you kindly. Greatly appreciate your assistance

    #86478

    Welcome anytime @vj-beluha

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