If you go to: http://revamp.metropolitandetail.com/?page_id=992 you'll see the spacing between the descriptions and the columns is a bit much.
So when I edit:
.post-entry {
clear: both;
padding-bottom: 75px;
position: relative;
}
from 75 to 25 it's great, but it also edits the spacing between the blogs on my homepage: http://revamp.metropolitandetail.com/
So I'm trying to edit the page individually, but this doesn't seem to be working:
.page-id-992 .page-entry {
clear: both;
padding-bottom: 25px;
position: relative;
}
thanks














