Title: Problem with CSS?
Last modified: August 30, 2016

---

# Problem with CSS?

 *  Resolved [hazyd](https://wordpress.org/support/users/hazyd/)
 * (@hazyd)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/problem-with-css-15/)
 * Hi there,
 * I changed my theme recently and I noticed that the Expanding Archives widget 
   isn’t displaying correctly:
 * [http://hazyreads.com](http://hazyreads.com)
 * The widget is in the footer. I think it is picking up the cuss from the theme
   instead of the plugin and that means it doesn’t look right. I have tried uninstalling
   and reinstalling the plugin but this hasn’t helped.
 * Can you suggest anything to help?
 * Thanks,
    Hazel
 * [https://wordpress.org/plugins/expanding-archives/](https://wordpress.org/plugins/expanding-archives/)

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

 *  Plugin Author [Ashley](https://wordpress.org/support/users/nosegraze/)
 * (@nosegraze)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/problem-with-css-15/#post-6320468)
 * It looks like the problem is that your theme is hiding everything with the class“
   clear”.
 * You’ll need to add this custom CSS to override it:
 *     ```
       .widget_ng_expanding_archives .clear {
           visibility: visible;
           width: auto;
           height: auto;
       }
       ```
   
 *  Thread Starter [hazyd](https://wordpress.org/support/users/hazyd/)
 * (@hazyd)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/problem-with-css-15/#post-6320472)
 * Brilliant! Thanks for such a quick fix!
 * Hazel

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

The topic ‘Problem with CSS?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/expanding-archives.svg)
 * [Expanding Archives](https://wordpress.org/plugins/expanding-archives/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/expanding-archives/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/expanding-archives/)
 * [Active Topics](https://wordpress.org/support/plugin/expanding-archives/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/expanding-archives/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/expanding-archives/reviews/)

## Tags

 * [archives](https://wordpress.org/support/topic-tag/archives/)
 * [can](https://wordpress.org/support/topic-tag/can/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 2 replies
 * 2 participants
 * Last reply from: [hazyd](https://wordpress.org/support/users/hazyd/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/problem-with-css-15/#post-6320472)
 * Status: resolved