Logo Padding Reduction

Homepage Community Forums Epik Theme Support Logo Padding Reduction

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14185
    caredog
    Customer

      How do I reduce the padding above and below the logo on this site http://www.bookzio.com

      I changed the default logo size and now there is too much black space above and below.

      #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

        #14204
        caredog
        Customer

          Thanks, much appreciated.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Logo Padding Reduction’ is closed to new replies.