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: content width

#24433

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!