[Support request] Sidebar shows on iPad and mobile

Home Forums Support [Support request] Sidebar shows on iPad and mobile

Home Forums Support Sidebar shows on iPad and mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #838087
    scast3304

    Hi
    I pay for the premium version of the theme and so far I like it.
    I would like to know how I can display my blog on Ipad without showing the sidebar. The sidebar shows on Ipad, and on a mobile phone when it is sideways or horizontally. I would like to show my website on iPad and on mobile phone, the same way you see it on the vertical version of a mobile phone.

    #838244
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a shot:

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
        .sidebar,
        .content-area,
        .inside-footer-widgets > div {
            float: none;
            width: 100%;
            left: 0;
            right: 0;
        }
    }

    Let me know ๐Ÿ™‚

    #843795
    tenchystryder

    Hi Tom

    Long time no speak ๐Ÿ™‚

    I was looking at this also. I have tried the code and it won’t stop the widgets showing. They still show down the bottom of the screen on a mobile (Android)

    #843866
    Leo
    Staff
    Customer Support

    Any chance you can open a new topic and link us to the page in question with the CSS applied?

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.