Home › Community Forums › Epik Theme Support › Logo Padding Reduction › Reply To: Logo Padding Reduction
October 6, 2014 at 8:59 pm
#14203

Customer
That is actually the min-height: 164px;
in your css that is adding that space. You can reduce that height and it will shrink the space on top and bottom. Have a look on line 2043 in your style.css –
.header-image .site-title a {
float: left;
min-height: 164px;
width: 100%;
}
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com