• Hey guys! I am kinda stumped as to how to adjust the header height in the WPSTART theme. The theme has a header upload feature on the backend that requires the header image to be 940 × 300 pixels. I simply want to upload a 940 x 212 pixel image without it being resized.

    I have created a child theme…what do i do next?

    Here is a link to the WPSTART theme: https://krusze.pl/wpstart/

    thanks!
    Ryan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ryanbrown

    (@ryanbrown)

    or is there a way to do it w/o creating child theme?

    Hi RyanBrown

    Try adding this bit of CSS (below) to your child theme’s style.css file.

    img.header-image {
    max-width: 900px;
    max-height: 212px;
    }

    Let me know if it has the desired affect.

    Regards
    mrginever

    Thread Starter ryanbrown

    (@ryanbrown)

    I should mention – the theme has an upload feature on the backend that crops the image. It is designed for an image that is 300px high – is there a way to insert image through css and override this upload feature?

    Theme Author krusze

    (@kruszepl)

    Hi there. The best way to solve Your problem is to create child theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Resizing Header for WPSTART theme’ is closed to new replies.