Site logo

Archived topic

Move Sider template fixed left header next to the posts content.

3 replies · Started by K on March 25, 2020

Viewing posts 1–4 of 4

Hi,

I am using Sider from the Site Library. How do I move the left fixed header next to the Posts content area in desktop mode? On a wide screen monitor there are a lot of spaces between them currently.

Many thanks.

Hi there,

you could try this CSS:

@media(min-width: 1840px) {
    body {
        max-width: 1840px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-header {
        left: unset !important;
    }
}

Perfect!Thank you so much!

You're welcome

This archived topic is closed to new replies.