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

#107678

Hi Roberto,

Please try below custom CSS code:

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

Thank you!