• Resolved stefaniescheidgen

    (@stefaniescheidgen)


    Hello,
    the header image takes too much space on my main page so I would like to decrease it′s height about 50%.
    How can I do that?
    BTW I love your theme, it is so beautiful!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    This theme recommends you use a custom header of only 360 pixels high. Do you mean you want it even smaller than that?

    When adding a custom header you should have the option to crop it, and the theme will respect the height to which you crop it.

    You can also use additional CSS in the Customizer to do this:

    /*
     * Reduce height of custom header
     */
    .custom-header img {
    	max-height: 200px;
    	object-fit: cover;
    }
    Thread Starter stefaniescheidgen

    (@stefaniescheidgen)

    Thank you very much, that worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Decrease height of header image’ is closed to new replies.