can anyone tell me what part of my css i'd need to fix the vertical space in between these items?
http://www.popcultureshock.com/index.php?author=2
thanks!
can anyone tell me what part of my css i'd need to fix the vertical space in between these items?
http://www.popcultureshock.com/index.php?author=2
thanks!
Throw this into your layout.css file to see the effect. Of course the colors are for testing.
div.entry {
background:red;
margin:0;
padding:0;
}
div.entry li a {
background:blue;
margin:0;
padding:0;
}
thanks ryan,
combined with the following that worked!
div.entry li {
margin:0;
padding:0;
}
No problemo.
This topic has been closed to new replies.