• Hi,I would like to reduce the height of the top header image so that it takes less space and there is more room to see the posts in the grid below. Could someone please point me to the piece of code that sets the width/height of this image ?

Viewing 1 replies (of 1 total)
  • Ok, I found the solution and I’ll share it here. In Simple CSS you enter the following, as an example (reduces to about half the height):

    /* Banner – styles used in case the user sets a header image */
    .has-banner .site-branding {
    padding: 100px 0 60px;
    }

    Just play with the padding to adjust the height to your liking.

Viewing 1 replies (of 1 total)
  • The topic ‘how to reduce heigth of top header image ?’ is closed to new replies.