Book Lite theme – different header sizes possible on different pages?

  • Unknown's avatar

    Hi,
    Is it possible to have the header image a different size on different pages in Book Lite?

    For most of my pages, I want it narrow, and am using this CSS

    #masthead {
    	height: 145px;
    }

    But on one single page, I’d like the featured image in the header to be the full 500px. Is this possible?

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Never mind, I figured it out, quite simple

    .page-id-(PAGE ID HERE) #masthead {
    	height: 500px;
    }
  • The topic ‘Book Lite theme – different header sizes possible on different pages?’ is closed to new replies.