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: Multiple Width Layouts

#44925

Hi Paul,

To have the maximum content size for tablet and smaller devices go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

@media only screen and (max-width: 1078px) {
    .narrow-layout, .narrow-layout .wrapper {
        width: 100%;
    }
    .narrow-layout .wrapper {
        max-width: 94%;
    }
}

Thank you!