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?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #150984
    knowledgenotebook
    Participant

    Dear all,

    First, thanks again for your past help and support. I’ve got a little problem here, that is, my following landing page page has a new element, namely about our google ranking (page position wise, close to the bottom), please take a look, http://www.knowledgenotebk.com/

    What is desirable is: a) get rid of some extra vertical space between this element and the element above. b) reduce the vertical spacing between the new element title and its first list item.

    How?

    Many thanks.

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.