November 5, 2019 at 6:39 am
#69968
Theme Horse Support Team
Keymaster
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!