Change header image size

  • Unknown's avatar

    Hi I would like to change the size of my featured image, to make it shorter in length. Can someone please provide a css for this?

    THANKS!

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

  • Hi there!

    I’d recommend adjusting the amount of padding above and/or below you title.

    Here are the numbers the theme is using now:

    .header-inner {
    	padding: 120px 0 145px;
    }

    The first number (120px) is the padding above the title (between the logo and the title) and the last number (145px) is the padding below the title.

    Try copying that code into My Site > Customize > CSS and decreasing those two numbers to a level you like better :)

  • The topic ‘Change header image size’ is closed to new replies.