January 10, 2020 at 5:25 pm
#73757
Theme Horse Support Team
Keymaster
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