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: How to reduce left and right margins on mobile devices?

#69968

Hi there,

Just use below custom CSS code to adjust the left and right margins.

@media only screen and (max-width: 767px)
    .container {
        width: 90%;
        max-width: none;
    }
}

Please increase/decrease above digit value 90 according to your needs.

Thank you!