Wordpress: Disqus plugin hiding content on mobile
Aug 22, 2012 · 1 minute readCategory: wordpress
If you use the disqus plugin on your wordpress site, you may be surprised to learn that your content is hidden on mobile devices (specifically ipad/iphone).
The problem that occurs is that the content is covered by a nice white box that you can’t see through.
Thankfully there’s a nice quick fix. In your site’s css rules, simply add the following :-
#disqus_thread { clear: both !important; }
And mobile users can see your content again!