• My sticky right sidebar bounces and overshot the body content when scrolled to the bottom.

    Screenshot here
    https://i.imgur.com/c57pBY5.png

    Any way to fix this?

    There is no javascript involved at all nor any javascript causing this to happen. Everything is purely CSS. And yes, I’m using a child theme of Hueman.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi archampion,

    I am a user of that theme too and I was having that problem too and I thought maybe the new update of that theme would solve it but it didn’t. Finally, I found a permanent solution to that. Please follow the codes below and please input them in the CSS, not in the style.css. Please use additional CSS option in the customizer.

    #footer {
    height: 100%;
    z-index: auto !important;
    overflow: hidden;
    position: relative !important;
    }

    I hope this will surely solve the problem.

    With thanks,

    Jewel

    Thread Starter archampion

    (@archampion)

    Nope, it doesn’t work.

    I’m asking to fix the sidebar, not the footer. What does the footer got to do with the sidebar?

    Did you try the code? Yes, it is pretty related to the sidebar, because sidebar crosses the boundary and overshoots. It is the footer what is responsible and it sidebar is sticking on the top but not at the bottom. I had this serious trouble and then this code fixed it. But I was using hueman free theme from the repository, I visited your site and it looks that you are using pro version. Just be sure, it the footer that is responsible for this, strange but I found the problem with footer setting. Best of luck, nice website.

    With regards,

    Jewel.

    Thread Starter archampion

    (@archampion)

    I’m using the free version. And yes, I did tried the code but it doesn’t work.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sticky right sidebar bounces and overshot body content’ is closed to new replies.