Making logo bigger on mobile view on Dawn

Making logo bigger on mobile view on Dawn

jameschef86
Tourist
36 0 1

My logo shows up great on desktop, but mobile view is very small. I’ve tried entering code from other people that have asked the same questions, but it hadn’t worked. 

could someone please help with my specific url? It’s on Dawn. Thanks!

 

hudsonmealco.com

password is “password”

Replies 2 (2)

zaczee
Globetrotter
855 46 43
Hi,
 
 Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

 

 

@media screen and (max-width: 989px) {
  .header__heading-link {    padding: 0; }
.header__heading-logo { height: 30px;}
}

 

 

jameschef86
Tourist
36 0 1

Zac,

 

I cant find the theme.css or custom.css in the Assets folder in the code section. Also, is this just being pasted anywhere at the bottom of the pages of code? thanks