How can I make my header smaller to match that of the Attitude Pro display? There’s currently too much white space. http://www.sunsetmedspa.com
Thank you!
Hi Jeff, 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-top: 0; padding-bottom: 0; } #site-logo { margin-top: 0; }