Page 1 of 1

Recent Entries

Posted: Thu Jul 07, 2005 1:46 am
by Col. Kurtz
I have a problem with the "Recent Entries" Plugin. There is an extra line between the title and date of the lastest entry. If I add a new entry, this happens only with the newest. Any suggestions?

Image

Re: Recent Entries

Posted: Thu Jul 07, 2005 4:56 pm
by garvinhicking
Hm...seems to me like a CSS issue...maybe you can inspect your HTML sourcecode and look at the CSS classes used in that container.

Regards,
Garvin

Posted: Thu Jul 07, 2005 5:08 pm
by Col. Kurtz

Posted: Thu Jul 07, 2005 5:15 pm
by garvinhicking
The problem is you're wrapping your sidebar container inside a <p> element and then have another <div class="serendipitySideBarDate">. This nesting is not allowed.

Try to not use <p> but <div> instead, then the error should go away. Use some EditCSS debugging and CSS introspection by putting borders around all kinds of element to spot those kind of trouble. :)

Regards,
Garvin