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: Editing content space size and positioning

#41967

Hi Guitaristforhim,

To increase the container size go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:

.container {
    max-width: 1170px;
}

Thank you!