• Resolved ldyan13

    (@ldyan13)


    There was a post about this earlier, and a solution with CSS. However, I can’t find it listed anywhere anymore. I’m looking to change the height of the banner image on the landing page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author CryoutCreations

    (@cryout-creations)

    Hi,

    On the landing page, the banner will the the full height of the image you upload. So make sure your banner image will have the desired height when you upload it and it will show that.

    Thread Starter ldyan13

    (@ldyan13)

    Thanks, but this is not what I meant. Someone from cryout creations posted a CSS code to add that actually adjusted the height of the banner on the landing page. It was listed as a percentage.

    Theme Author CryoutCreations

    (@cryout-creations)

    Try adding the following CSS:

    
    .bravada-fullscreen-headerimage .lp-staticslider-image,
    .bravada-fullscreen-headerimage .lp-staticslider {
        height: 60vh;
    }
    Thread Starter ldyan13

    (@ldyan13)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Height of banner image on landing page’ is closed to new replies.