Forums

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

Home Forums CSS Content Section Margin Problem

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

    I have this site where there is a bit of problem about margin in Content section..

    If I keep the #content {

    margin-bottom: 60px;
    margin-top: 160px;
    }
    http://metainfos.com/demo
    there is space between our Product and slider but rest things re fine

    But if I delete margin-top: 160px;
    there is problem with other content pages without slider

    http://metainfos.com/demo/?page_id=2112

    The conetent starts way above the top

    #137741
    wolfcry911
    Participant

    keep the top margin and add this to your stylesheet

    .home #content {
    margin-top: 0;
    }

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