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

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

whitedaisyuk
Tourist
28 0 2

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!

Replies 7 (7)

ThePrimeWeb
Shopify Partner
2139 616 506

Hey @whitedaisyuk,

 

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

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
whitedaisyuk
Tourist
28 0 2

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

niraj_patel
Shopify Partner
2378 514 506

Hello @whitedaisyuk 

Can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
whitedaisyuk
Tourist
28 0 2

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

websensepro
Shopify Partner
1275 145 160

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.

 

 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
whitedaisyuk
Tourist
28 0 2

Screenshot 2024-03-19 at 11.52.36.png

whitedaisyuk
Tourist
28 0 2

Hello - neither of those worked 😞