Making logo bigger on mobile view on Dawn

jameschef86
New Member
23 0 0

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
749 41 35
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
New Member
23 0 0

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