December 4, 2019 at 10:15 am
#71822
Theme Horse Support Team
Keymaster
Hi there,
To extend the width of the wrapper/container for mobile devices just go to Appearance -> Customize -> Design Options -> Custom CSS and paste the below custom CSS code.
@media only screen and (max-width: 767px) {
.one-column-template .wrapper,
.wrapper,
.one-column-template .container,
.container {
width: 95%;
}
}
Thank you!