Adjusting spacing below the Homepage Featured Content area
I was wondering if anyone knew how to adjust the spacing right between the Homepage's Featured Content text and the page/post that is posted right below that. I was successfully able to adjust the top portion of the Featured Content pictures to the Featured Content Headline with the CSS
.home #main { padding-top: 10px; }
so I tried
.home #main { padding-bottom: 10px; }
with no luck?
My site is http://www.thebigbeer.com/ and it is the space between 'Test 1' and 'All of the Beers' that I would like to decrease.
Any suggestions