• Is it possible to fix the scrolling of sidebar when it arrives at the bottom like in theme twenty fifteen? Thanks

Viewing 1 replies (of 1 total)
  • Heh did you find a solution to your issue? On the Demo page, if you change the sidebar position to fix, it works. And it seems to work forr all screen sizes.

    When I do the changes on my end, the first post overlaps the header upon resize…

    .sidebar {
        width: 280px;
        padding: 50px 40px;
    position: fixed;
        top: 0;
        left: 0;
        font-size: 0.71em;
    }
Viewing 1 replies (of 1 total)

The topic ‘Fix sidebar’ is closed to new replies.