How can I center my logo in the Dawn theme header?

Greetings,

I’m using Dawn theme and my logo is weirdly off center. I want to put it in the middle for better looking.

URL:stoichumans.com

Web password: Stoix

I’m using Dawn theme, adding someone to the store as a admin is risky.

Hi [email removed]MaxManet

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media(max-width:767px){
#site-header header.header{
justify-content: space-between;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
#site-header header.header .header__heading{
margin-left:50px 
}
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

1 Like

Hi, do you know how to add this if there’s no base.css in the theme I’m using?