Title: Firefox
Last modified: August 21, 2016

---

# Firefox

 *  Resolved [smithlama](https://wordpress.org/support/users/smithlama/)
 * (@smithlama)
 * [12 years ago](https://wordpress.org/support/topic/firefox-8/)
 * Hello!
 * I am having trouble seeing the plugin within the Firefox browser.
 * Works like a charm in Safari and Chrome!
 * [http://presidentkrise.com/reading-list/](http://presidentkrise.com/reading-list/)
 * Do you know of any solutions?
 * Thank you!
    lms
 * [https://wordpress.org/plugins/wp-reading-list/](https://wordpress.org/plugins/wp-reading-list/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Mike Stumpf](https://wordpress.org/support/users/mstumpf/)
 * (@mstumpf)
 * [12 years ago](https://wordpress.org/support/topic/firefox-8/#post-4723026)
 * Hello,
 * The problem is line 391 of CSS your theme “Spike”; it has:
 *     ```
       #content { overflow: hidden }
       ```
   
 * and you should change that to:
 *     ```
       #content { overflow: hidden; display:inline-block; }
       ```
   
 * I did not test that change across your whole website but that fixes the problem
   with the plugin on Firefox and does not cause any problems in Chrome, Safari,
   or Internet Explorer 11.
 * Cheers,
 * Mike
 *  Plugin Author [Mike Stumpf](https://wordpress.org/support/users/mstumpf/)
 * (@mstumpf)
 * [12 years ago](https://wordpress.org/support/topic/firefox-8/#post-4723027)
 * Hello,
 * The problem is line 391 of CSS your theme “Spike”; it has:
 *     ```
       #content { overflow: hidden }
       ```
   
 * and you should change that to:
 *     ```
       #content { overflow: hidden; display:inline-block; }
       ```
   
 * I did not test that change across your whole website but that fixes the problem
   with the plugin on Firefox and does not cause any problems in Chrome, Safari,
   or Internet Explorer 11.
 * Cheers,
 * Mike
 *  Plugin Author [Mike Stumpf](https://wordpress.org/support/users/mstumpf/)
 * (@mstumpf)
 * [12 years ago](https://wordpress.org/support/topic/firefox-8/#post-4723028)
 * Hello,
 * The problem is line 391 of CSS your theme “Spike”; it has:
 *     ```
       #content { overflow: hidden }
       ```
   
 * and you should change that to:
 *     ```
       #content { overflow: hidden; display:inline-block; }
       ```
   
 * I did not test that change across your whole website but that fixes the problem
   with the plugin on Firefox and does not cause any problems in Chrome, Safari,
   or Internet Explorer 11.
 * Cheers,
 * Mike

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Firefox’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-reading-list_858576.svg)
 * [WP Reading List](https://wordpress.org/plugins/wp-reading-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-reading-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-reading-list/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-reading-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-reading-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-reading-list/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mike Stumpf](https://wordpress.org/support/users/mstumpf/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/firefox-8/#post-4723028)
 * Status: resolved