April 30, 2015 at 7:00 am
#24433
Theme Horse Support Team
Keymaster
Hi Jorg,
You can find the below code in the style.css and have to change the width of the container for that.
The exact container width is 978px you can increase as your wish.
.container {
margin: 0 auto;
max-width: 978px;
}
Thank you!