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

Home Forums Support [Resolved] Move Sider template fixed left header next to the posts content.

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1209254
    Kai

    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.

    #1209485
    David
    Staff
    Customer Support

    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;
        }
    }
    #1209495
    Kai

    Perfect!Thank you so much!

    #1209502
    David
    Staff
    Customer Support

    You’re welcome

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