Thanks for your suggestion. We’ll try to update in the next update. Hello, Theme is adapted to variety of the mobile screens, if you increase that width, it might not cover some of the devices. However, i’ll provide you code, you can do that easily.
Find the skeleton.css (BresponZive Pro > Css > Skeleton.css)file and make the following changes to change mobile layout,
@media only screen and (max-width: 767px) in that section, find and change
.container {
width: 300px; 360px;
}
then find the width: 295px; change to 255px;
Thanks.