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: how to decrease width

#73757

Hi @arjun-raut,

To decrease the width of container of Site then please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

.page-template-front-page-template .container {
	max-width: 1340px;
}

Thanks