April 6, 2020 at 8:53 am
#76483
Theme Horse Support Team
Keymaster
Hi @kiku,
Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and Paste the below Custom CSS Code.
@media (max-width: 575px) {
.container,
.wrapper {
width: auto;
}
}
Thanks