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*

Reply To: Home page Width

#107440
Roberto
Participant

i fixed with this:


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