How can I increase the width of my logo on the Prestige Theme?

Hi - I’d really like my logo to span the width of my website header. I have found similar advice in the community but the coding does not work. I tried this -

.Header__LogoImage {
max-width: 600px !important;

Is anyone please able to help?

Thanks so much!

Hey @whitedaisyuk ,

Can you share the link to your store please? Thanks!

Hello @whitedaisyuk

Can you share store URL?

Hello @whitedaisyuk ,

Please try this code

Here’s an example of how you can adjust the logo width in CSS:

/* Increase logo width */
.site-header__logo img {
    width: 200px; /* Adjust the width as needed */
}

Alternatively, you might adjust the width of the container holding the logo:

/* Increase logo container width */
.site-header__logo {
    width: 300px; /* Adjust the width as needed */
}

save changes.

Hello it is https://white-daisy.co.uk/password and the password is nienga - thank you so much!

Hello it is https://white-daisy.co.uk/password and the password is nienga - thank you so much!

Hello - neither of those worked :disappointed_face: