November 6, 2015 at 6:57 am
#39297
Theme Horse Support Team
Keymaster
Hi Uehara000,
Please use below Custom CSS code to have the full width for small devices:
@media only screen and (min-width: 320px) and (max-width: 767px) {
#main .container {
width: 96%;
max-width: 96%;
}
}
Thank you!