Tagged: Header space
Just building my site and I’d really like to have less space between my header image (it has no padding at all) and where the horizontal menu bar is. Is there a quick fix for this in custom CSS? My site is http://bifrostfarms.com/
Thank you! Love the look of this theme! Meg
Hi meg,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.hgroup-wrap { padding-bottom: 0px; }
Thank you!