• Resolved sylwulek

    (@sylwulek)


    I faced one annoying problem: when you are viewing post, on the left side there is a bar with social buttons and related posts (it comes from JetPack plugin). The bar moves down while you reading the post,it is not sticked, and at the bottom hidding the diqus area. Do you have any advice? The exmaple here: https://opolnocywparyzu.pl/mata-hari/

Viewing 1 replies (of 1 total)
  • Hey,

    I’m sorry but this is the way that the bar from the left side is made to be working. If you want, you can try a CSS in order to limit the width of the Disqus area.

    This is just a trick that you can try:

    @media screen and (min-width: 900px) {
    .single #disqus_thread {
        width: 70%;
        float: right;
    } }

    Just add the snippet in Appearance → Customize → Additional CSS area and tell me how it goes.

    Best,
    Radu

    • This reply was modified 7 years, 11 months ago by Radu Constantin. Reason: Added the CSS in code style
Viewing 1 replies (of 1 total)
  • The topic ‘Related posts – scrolling down’ is closed to new replies.