Site logo

Archived topic

Is it possible to make widget sidebar end up at the bottom for iPad?

3 replies · Started by Patrik on October 8, 2020

Viewing posts 1–4 of 4

Is it possible to make widget sidebar end up at the bottom when someone visits the page with an iPad? It gets so ugly with a line on the page and the content is difficult to fit in a nice set. At the same time, I want to have it there when someone visits from a computer. Otherwise - can you fix it for the next update?

Hi there,

can you share a link to your site so i can see your layout ?

In the private info. :)

Try this CSS:

@media(max-width: 1024px) {
    .site-content {
        flex-direction: column;
    }
    .site-content > div {
        width: 100% !important;
    }
    .separate-containers .site-main {
        margin-right: 0 !important;
    }
}
This archived topic is closed to new replies.