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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #81851
    ifermagu
    Participant

    How can I do so that once inside the post it occupies more screen. there is a lot of space on the left.

    http://afpemhortasud.es/wp-content/uploads/2020/10/ejemplo.png

    Thanks and ver good job

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