Reducing White Space Between Navigation Bar & Post
I wanted to reduce the white space between my navigation bar and what I had below it. I found this CSS code, but I altered the numbers a bit to get the right amount of space I desired.
Go to Design>Customize>Advanced>Add CSS.
In the CSS box, paste the code below:
.column-center-inner {
margin-top: -30px !important;
}
#sidebar-right-1 {
margin-top: -30px !important;
}
margin-top: -30px !important;
}
#sidebar-right-1 {
margin-top: -30px !important;
}
I changed the numbers to -20 for Cozy Little House. The -30 was a little close to me. So play with the numbers if you're not pleased.