Hi, I set the theme to boxed style, but such box style also applies to the mobile view, which leave an unused blank left and right space in the screen, just wonder how to prevent this? As under the mobile view, the space is already very tight, and it shall be set to fullwidth automatically.
Hi,
You can add something like this on your custom.css or Quick CSS
@media only screen and (max-width: 767px) {
.responsive .boxed#top {
width: 100%;
}
}
Regards,
Ismael
thanks but this doesn’t work.
Hi,
It works on my end. Please remove browser cache the reload the page. Please give us a link to your website.
Regards,
Ismael
hi, thanks and I already cleared all caches, my site is at http://www.fujianshipbuilding.com
ok, done, thanks!