Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1149318
    handlettereddesign
    Participant

    Hello,

    I am having an issue with the sidebar on my blog. As the user scrolls down the page at a certain point the sidebar cuts off.
    I’ve attached an image of the issue here.

    Here’s a link to the blog in question.
    http://66.147.244.105/~handlet3/?page_id=5
    link to blog

    Can anyone tell me how to extend this further down the page?

    #1149355
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Upon checking, I see that you have the following custom CSS rule which cause this issue.

    
    body .x-sidebar {
        position: absolute;
        height: auto;
        min-height: 100%;
    }
    

    Thanks!

    #1182216
    handlettereddesign
    Participant

    I was using that code so that the sidebar would scroll as the user scrolls down the blog page. Is there any way that I can keep the ability to scroll the sidebar with the page (as the position: absolute does) and also have the sidebar go down the full extent of the page?

    #1182641
    Christopher
    Moderator

    Hey there,

    Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

  • <script> jQuery(function($){ $("#no-reply-1149318 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>