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*

Hacer más grande el contenido del post

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #81865

    Hi ifermagu,

    Please go to the ‘Appearance > Customizer > Additional CSS’ and paste 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;
    	}
    }

    Thanks

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.