Adjusting padding at top
Hi,
I am big fan of the Catch Everest theme. And, I upgraded earlier this week to Catch Everest Pro. I've been able to sort through a number of items, but I seem to be stuck on how to reduce the padding above the logo.
Below are links to screenshots:
Current layout
http://i47.photobucket.com/albums/f175/OLSmarketing/2014-2015/CatchEverestForumImages/OLSwebsite-Homepage-current-110614_zps84fd408f.png
Current layout with comments (edited in Photoshop)
http://i47.photobucket.com/albums/f175/OLSmarketing/2014-2015/CatchEverestForumImages/OLSwebsite-Homepage-currentcomments-110614_zpsd88eb58b.png
Preferred layout (edited in Photoshop)
http://i47.photobucket.com/albums/f175/OLSmarketing/2014-2015/CatchEverestForumImages/OLSwebsite-Homepage-preferredspacing-110614_zpsa754a275.png
I am pleased with the padding beneath the logo. I used the following CSS code to achieve that:
#hgroup-wrap {
padding-top: 5px;
padding-bottom: 15px;
}
It's the top area that I'm struggling with. Can you help?
Thanks.