1

Topic: Collapsing issue

I know I'm picking at bones with this one, but how would I make the line draw under the bar when collapsed?

Here's what it's doing now.

http://reviewstash.com/imgupload/2_col1.png

http://reviewstash.com/imgupload/2_col2.png

Re: Collapsing issue

I had to come up with a workaround for this issue. What I did was for the image, in your case the green image. I drew in a black border at the bottom and then somewhere in the CSS file you will need to find I think .pun H2 and add: border-bottom: 0;

Hope this helps.
Bingiman

3

Re: Collapsing issue

Hmm, where exactly, and in what CSS file? Your themes css file?