Forums
Forums / Plugin: Expanding Archives / Problem with CSS?
(@hazyd)
10 years, 10 months ago
Hi there,
I changed my theme recently and I noticed that the Expanding Archives widget isn’t displaying correctly:
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://ww.wp.xz.cn/plugins/expanding-archives/
(@nosegraze)
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; }
Brilliant! Thanks for such a quick fix!
Hazel
The topic ‘Problem with CSS?’ is closed to new replies.