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
Hey!
Please add this on custom.css or Quick CSS:
.contenteditable #layout {
padding-right: 50px;
}
Best regards,
Ismael
No luck. FYI, I do have this on Quick CSS:
#disqus_thread {max-width:100%
}
But nothing solved yet.
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
Hmmm… still see the same thing for posts on chrome, firefox and safari. what do you see?
Hey!
Please try adding following code to Quick CSS
#disqus_thread #layout { margin-right: 20px!important; }
Regards,
Yigit
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!
Hey!
Please try adding following code to Quick CSS instead
div#disqus_thread {
width: 94% !important;
}
Best regards,
Yigit
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.