May 18, 2016 at 7:19 am
#44925
Theme Horse Support Team
Keymaster
Hi Paul,
To have the maximum content size for tablet and smaller devices go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
@media only screen and (max-width: 1078px) {
.narrow-layout, .narrow-layout .wrapper {
width: 100%;
}
.narrow-layout .wrapper {
max-width: 94%;
}
}
Thank you!