Site logo

Archived topic

Sidebar shows on iPad and mobile

3 replies · Started by scast3304 on March 13, 2019

Viewing posts 1–4 of 4

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.

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 :)

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)

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

Thanks!

This archived topic is closed to new replies.