How can I modify the Dawn theme and adjust my logo size?


At the top of my website it says,

.rte img { display: inline-block; height: 250px; width: auto; margin:10px; }

How do I get rid of this? Also my logo is coming up very very small and needs centralising.

If its latest version of DAWN means, there will an option to adjust the logo width in the customization panel itself. And you can edit the code in the bass.css. If possible share the store link.

https://primal-physique1.myshopify.com/. ive tried that but still looking small. Is there anyway to enlarge and centre it using code? Also the stuff at the top is still there?

To align center : In your base.css change the existing to as follows…

.header--middle-left {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 2rem;
  }

Seems like the store has been password protected!

Password is weilay

I’m not sure why the logo does not look bigger, how to central the menu bar and how to get rid of the 3 line menu on the left side of the page?

Thanks

also how to get rid of the code messaging at the top?