Viewing 1 replies (of 1 total)
  • Hi there,

    The theme has several rules that determine how the image is displayed at various browser widths.

    You can try this code via Customize > Additional CSS:

    @media screen and (min-width: 1230px) {

        .home.hero-image .hero.with-featured-image {
            padding-top: 150px !important;
            padding-bottom: 50px;
    
        }
    }

    It doesn’t make it exactly the same size as your signup page, but it gets close while still leaving room for your text on the home page.

    If you need to change the look at different browser widths, you can copy that code and change the max-width number.

Viewing 1 replies (of 1 total)

The topic ‘Header Image size display’ is closed to new replies.