How can I enlarge my header logo in Dawn 8.0.1 theme?

Hi,

I’m trying to increase the size of my header logo, I’m using dawn theme 8.0.1.

I have the code:

But in the Theme settings I can’t go above 300

Please help! My store: https://lollevotodo-cl.myshopify.com/

Thanks!

Hi @Daniel1981 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.header__heading-logo{
    max-width: unset !important;
    width: 400px !important;
}

Note: You can change width value to match your store

Hope my answer will help you.

Best regards,

Victor | PageFly

Hello @Daniel1981

You can try this way:

  1. Go to Online Store → Theme → Edit code.

  2. Open your base.css in the Assets folder.

  3. Paste the below code at the end of the file.

.header__heading-logo{
    max-width: 450px !important;
}

Best regards,
GemPages Support Team

Hi @Daniel1981

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

.header__heading-logo {max-width: 400px !important;}

Note: You can increase/decrease the logo yourself just change 350px to 400px or any size which you want.

Regards,

San

I had the same problem and your recommendation worked!

Thank you very much!