[Theme – Twenty Eleven] Nothing seems to remove the whitespace
-
Twenty eleven is an awesome default theme…It’s enabled me to create a great looking simple website in record time
Just one last thing needed – in it’s default setup on a macbook pro 15′ (so probably worse on other laptops) only one line of content on the page is visible there is so much whitespace. (I’ve removed titles in page.php so maybe that makes a tiny bit of difference)
I know this is wrong, but I’ve also already made changes to the theme as I’m using it for a website template rather than a blog (and I didn’t even know about child themes before searching on how to fix this one). Therefor I will do this properly with child themes in the future…
However in the meantime I’d be most grateful therefor if someone could just point me to the right place to remove the *inch* of white space below the menu bar (the other whitespace looks great). I’ve tried all the below suggestions in style.css without success:
Voodoos website suggestion:
#main {
clear: both;
padding: 0.625em 0 0;
/ edited above from 1.625)*/
}—
did nothing – another popular suggestion below:
—
#page {margin-top:0;}/*page {
margin: 2em auto;
max-width: 1000px; */
—
Didn’t do anything, I hacked the below also thinking it may:—
#content {
/* orig margin: 0 34% 0 7.6%; */
margin: 0 10% 0 7.6%;
—
Didn’t do anything, and then I also found:—
.singular.page .hentry {padding: 0 0 3.5em;}
/* I added the above*/—
Didn’t do anythingI’d be grateful for any pointers.
Best,
- The topic ‘[Theme – Twenty Eleven] Nothing seems to remove the whitespace’ is closed to new replies.