Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #26385

    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.

    #130222

    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

    #130223

    thanks but this doesn’t work.

    #130224

    Hi,

    It works on my end. Please remove browser cache the reload the page. Please give us a link to your website.

    Regards,

    Ismael

    #130225

    hi, thanks and I already cleared all caches, my site is at http://www.fujianshipbuilding.com

    #130226

    ok, done, thanks!

    #130227

    Hey,

    Glad it is fixed.

    Cheers,

    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘how to set full width for the mobile view’ is closed to new replies.