• Can someone please explain how to make the header logo image larger than the default? I am using a child theme and everything I am trying is not working.

    Thanks.

Viewing 1 replies (of 1 total)
  • open style.css and find

    #logo img {
    	max-height: 90px;
    	display: block;
    	margin: 0 auto;
    }

    set the max-height to the one you want

Viewing 1 replies (of 1 total)
  • The topic ‘HEADER SIZE’ is closed to new replies.