Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #219793

    I have Disqus installed. On a page, the padding looks just right. However, on a post, the right border of the Disqus box expands all the way to the left border of the right sidebar. How do I adjust so that there is padding to the right of the comments box on a post like the page?

    sample

    • This topic was modified 10 years, 1 month ago by codemode.
    #219991

    Hey codemode!

    Can you post the link to your page where issue occurs so we can take a look and provide you an accurate custom CSS to fix it?

    Cheers!
    Yigit

    #221458
    This reply has been marked as private.
    #221529

    Hey!

    Please add this on custom.css or Quick CSS:

    .contenteditable #layout {
    padding-right: 50px;
    }

    Best regards,
    Ismael

    #221543

    No luck. FYI, I do have this on Quick CSS:

    #disqus_thread {max-width:100%
    }
    

    But nothing solved yet.

    #221556

    Hey!

    It does work on my end. Please place it at the very bottom. Remove browser cache then reload the page:

    .contenteditable #layout {
    padding-right: 50px !important;
    }

    Cheers!
    Ismael

    #223710

    Hmmm… still see the same thing for posts on chrome, firefox and safari. what do you see?

    #223975

    Hey!

    Please try adding following code to Quick CSS

    #disqus_thread #layout { margin-right: 20px!important; }

    Regards,
    Yigit

    #328682

    Bringing back the thread — I used the search function! I am in the same boat. I’ve tried both additions to quick css but no luck.

    http://tjmpropertygroup.com/home-design/three-ways-dark-walls/

    Thanks!

    #328965

    Hey!

    Please try adding following code to Quick CSS instead

    div#disqus_thread {
    width: 94% !important;
    }

    Best regards,
    Yigit

    #329082

    Worked like a charm! Thank you!

    Also, for what it’s worth, I could not find a place to login on your mobile site. Just a heads up.

    #329087

    Hi!

    You are welcome, glad we could help :)
    Kriesi disabled it logging in on Kriesi.at on purpose. Thanks for the heads up anyway :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Disqus Comments Padding Difference Page vs. Post’ is closed to new replies.