add this to your CSS. it will get rid of all that space
.hentry {
margin-bottom: 0;
padding-bottom: 0;
}
.site-header {
margin-bottom: 0;
}
Do I add that to style.css?
no change at bottom.
Many thanks for your quick reply
that image at the bottom has a lot of ‘whitespace’ in it. edit the image itself to remove that.
Many thanks for your superior help.
I changed my style.css the way described above but I’m still having too much blank space between content and the footer. And I’m not having a picture with a lot of whitespace at the bottom.
My site: http://ronaldfilkas.de/
Any help appreciated; thank you!
Hi Setzfehler,
Please change margin-bottom of .content-area and .sidebar-area like this.
.content-area,
.sidebar-area {
margin-bottom: 40px;
}
You can find the line in 528 of style.css.
Thank you, Takao! Setting the value down to 0 helped reducing the blank bottom space on my blog page but not on my static pages as you might see on my homepage. Here nothing changed.
By the way: In the meantime, I updated to the newest version, and I start liking it very much. Nice work!
PS: As it was described at the entry of this thread, I was setting down the margin-bottom values in .hentry to 0, too, and this helped for the static pages. So all this together helped, thank you again!
Now there is only one little detail I would appreciate to have changed, but this I’ll open in a new thread.