Logo Size On Mobile Too Big & Image Banner On Desktop - Dawn

Hi,

I am trying to make the logo on my homepage smaller but for mobile only as its massive but on desktop it is perfect

My second request is to make the image banner under the header smaller on the desktop view & completely hidden for mobile view. Ideally around 50% of its height at the moment - width is fine

Please advise what code I need

Thanks In Advance!!

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Hi,

My URL is www.webse.co.uk

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
@media screen and (max-width: 767px){
.header h1.header__heading img.header__heading-logo {
max-height: 85px;
}
}

Hi @ZestardTech ,

thanks for helping. That seems to have squashed the logo rather than make it smaller - see blow. Is it possible to make it smaller so it looks cleaner on mobile & don’t take up so much space. Ive tried changing the values but no help