Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ashley

    (@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;
    }
    Thread Starter hazyd

    (@hazyd)

    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.