Stop custom header logo resizing

Homepage Community Forums Vintage Theme Support Stop custom header logo resizing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18327
    Martin
    Customer

      Hi guys

      anyone know what I need to change to stop the logo from reducing size when the page scrolls? Happens on http://www.seenit.co.uk

      #18347
      Eric
      Customer

        You can either remove/comment out line 1231 –

        .header-image .light .site-title > a {
        	height: 56px;
        }

        Or you can add this to override it if you plan to add code to a custom area separate from the main CSS file –

        .header-image .light .site-title > a {
        	height: 76px;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #18354
        Martin
        Customer

          Thanks – I don’t know how I missed that. Obviously age or a lack of coffee. Or both!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Stop custom header logo resizing’ is closed to new replies.