• Is there a way to keep the sidebar on the right when viewing on mobile? Viewing it on iphone pushes the right sidebar with widgets to the bottom. Blaskan is designed to do this, and I understand that many prefer it this way, but I’d like to override it so the site looks the same on mobile as it does on desktop. I have tried adjusting and commenting out various @media only screen and (max-width: 480px) settings to no avail. Newbie here, as is likely obvious. Any help would be appreciated, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I, too, would like to know the answer to this. I want my sidebar to show up on the iPad. Thanks!

    Did either of you figure out how to disable it, so it just shrinks? I just looked at the site I’m working on on an iphone, and it’s hard to navigate. I’d rather it just shrink.

    Find

    @media only screen and (max-width: 992px) {
    #primary,
    #secondary {
    padding-bottom: 25px;
    }
    .content-wide-sidebar #content {
    margin: 0;
    }
    .content-wide-sidebar #primary {
    display: inline-block;
    width: 100%;
    }
    }

    in blaskan style.css and remove width:100% in

    `.content-wide-sidebar #primary {
    display: inline-block;
    width: 100%;
    }`

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Keeping right sidebar on mobile view’ is closed to new replies.