Reducing Banner Size

Hey again guys,

I was wondering how I would go about reducing the banner height on the Home page, I’d like less white space around my logo (i’m going to reduce the size of the logo so there will be too much white space).

Thanks so much!

Lisa :slight_smile:

Hi Lisa,

I hope you are well today and thank you for your question.

To reduce the banner image height you can try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

#branding img.header-image {
  max-height: 150px;
}

Change the 150px value in the above code to what height you want to set for it.

Best Regards,
Movin