Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Blog Page CSS Question Re: Blog Page CSS Question

#128623
Paulie_D
Member

Not sure what this is doing…

.sqs-layout {
margin-bottom: -24px;
}

but that is what is ‘crunching’ the text.

This isn’t helping either

.collection-type-blog h1.post-title {
margin-bottom: 0px;
}

Also..

Line 7518

.collection-type-blog .details {
color: #000000;
padding-top: 0px;
}

is overriding Line 6723

.collection-type-blog .details {
padding-top: 25px;
color: #000000;
}