- This topic has 7 replies, 2 voices, and was last updated 5 years, 8 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Guru Theme Support › Too Much Padding
I’m using Front Page 1, 2, and 7 — and there is an enormous amount of white space between 1 & 2 as well as 2 & 7 (and 7 & footer). I tried bumping down the padding and margin where ever I could, but nothing changes.
Also, when I resize my browser down to mobile, the header area becomes black, making my black logo disappear. How do I change that to a white background? I changed everything from 000 to FFF, but nothing happened.
Weird, the second issue with the logo magically fixed itself. But still am struggling with too much padding between the home page widgets.
Do you have a link to your site? I can find the exact line and code in your CSS that would need to be adjusted.
It’s mostly coming from the – .image-section
(around line 1408) and the .solid-section
in the style.css file (around line 1433)
.image-section {
display: table;
overflow: hidden;
padding: 140px 0 120px;
table-layout: fixed;
width: 100%;
}
.solid-section {
background-color: #fff;
padding: 140px 0 120px;
}
Let me know if this helps or if you need assistance
This helped a lot, thanks! I still have about 20px of white space between front-page-7 and the footer. I’d like to close that gap completely. I tried bumping image-section and solid-section down to 0px (above), but the gap remains. I played around with all the margins and paddings associated with the footer, but can’t seem to find the right one. Ideas?
Do you have a link I can take a look at? I can see exactly where the space is coming from.
Thumbs up! That worked.