Reply To: Logo Padding Reduction

Homepage Community Forums Epik Theme Support Logo Padding Reduction Reply To: Logo Padding Reduction

#14203
Eric
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