How can I reduce the size of my website's front page logo banner?

Trying to make my logo banner smaller on the front page of this website https://lovingmemoryprints.com/

none of the settings seem to change anything. I would like to shrink it just enough so you can see the products beneath. Any help is greatly appreciated thank you. I did try changing the height of the image itself and the settings for the banner, stays the same.

  • Wayne
1 Like

Hi @LovMemPrin ,

Please add the following code at the bottom of your assets/section-image-banner.css file.

@media screen and (min-width: 750px){ .banner { min-height: 50rem !important; flex-direction: row; } }

I hope this helps.

@LovMemPrin

can you please share issue image