How can I enlarge the header logo in Dawn 8.0 beyond the max theme size?

Hi, how can I make the header logo bigger in dawn 8.x version? Note, I already have made the logo the max size in the theme, I would need to make it even bigger, thanks

website:

https://chloesashacandleco.com/

password atwayd

Thanks for your help

Note, I already have made the logo the max size in the theme, I would need to make it even bigger, thanks

@urbantis - please add this css to the very end of your base.css file and check, adjust number as per the need

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

Hi @urbantis ,

This is Richard 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:

@media screen and (min-width: 990px) {
    .header--top-center {
        grid-template-areas:
            "left-icon heading heading icons"
            "navigation navigation navigation" !important;
    }
    
}
.header__heading-logo {
    max-width: 450px !important;
}

I hope it would help you
Best regards,

Richard | PageFly

Hello @urbantis ,

You can follow these steps:

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

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team