- This topic has 1 reply, 2 voices, and was last updated 10 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Adapt Theme Support › How to deleet excess space on homepage?
The huge space between the ‘Home Bottom Sidebar 1 & 2’ and the ‘Home Bottom Message’ – how can we reduce this?
thanks
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