Reply To: How to deleet excess space on homepage?

Homepage Community Forums Adapt Theme Support How to deleet excess space on homepage? Reply To: How to deleet excess space on homepage?

#2721
Eric
Customer

    If you take a look around line 624 in your css file…..or if you do a “search” in your css you’ll see this –

    .home-bottom {
    border-top: 1px solid #eee;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
    width: 960px;
    }

    You can change the padding to this – 40px 0 10px; the “10px” represent the bottom padding. Adjust that number up or down until you get the spacing you want.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com