How can I enlarge the banner image on Debut theme?

Hi guys,

I was wondering if it was possible to make the banner image larger so the photo goes down to where the blue border is underneath the banner?

I am using Debut theme.

Store is: www.maternallyhappy.com

Thank you in advance

Caitlin

1 Like

Hi @maternallyhappy ,

Where is this image at?

It is the banner for my website

Hi @maternallyhappy

  1. Go to the online store

  2. Edit the code base.css file then below paste the code

div#Hero-hero {
height: 42rem ;

}