Forums

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

Home Forums CSS [Solved] How to remove some vertical space? Reply To: How to remove some vertical space?

#150986
Paulie_D
Member

You have this:

<h4 class="indent-1">We enjoys high Google ranking:</h4>

Your class indent-‘ has margin top of 58px AND the h4 has a top margin of 46px.

That will take care of (a)

The h4 has bottom margin of 18px and then there is this

.lists ul {
margin-top: 15px;
}

Just play with those numbers.