Sense Theme - Enlarging the Logo

Solved

Sense Theme - Enlarging the Logo

ppixie
Tourist
6 0 2

Hi all, 

 

I am currently using Sense Theme and has trouble making my logo bigger while retaining the header dimensions. Is there a way to solve it? 

 

When I tried to enlarge my logo via the header section, the header dimension enlarges as well. 

 

Please see attached image:

 

1. This is not what I want. 

Screenshot 2024-10-03 at 1.32.03 PM.png

 

 

2. Is there a way to enlarge the logo while keeping this header dimension? 

Screenshot 2024-10-03 at 1.32.34 PM.png

 

Thank you!

Accepted Solutions (2)

Dan-From-Ryviu
Shopify Partner
11532 2256 2436

This is an accepted solution.

You can try to add this code to Custom CSS of Header section and check 

@media (min-width: 990px) {
.header__heading-logo { transform: scale(1.8); }
}

Screenshot 2024-10-03 at 15.33.09.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Moeed
Shopify Partner
7334 1989 2424

This is an accepted solution.

Hey @ppixie 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header__heading-logo {
    transform: scale(1.5);
}
</style>

RESULT:

Moeed_0-1727944689988.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 11 (11)

Moeed
Shopify Partner
7334 1989 2424

Hey @ppixie 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


ppixie
Tourist
6 0 2

hello! The URL is https://playfulpixie.co/

PW is ppstore

Dan-From-Ryviu
Shopify Partner
11532 2256 2436

Could you share your store URL?

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

goldi07
Trailblazer
166 13 18

hello @ppixie 

can you please share your Website URL
thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here
ppixie
Tourist
6 0 2

hello! its https://playfulpixie.co/

pw ppstore

Moeed
Shopify Partner
7334 1989 2424

This is an accepted solution.

Hey @ppixie 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header__heading-logo {
    transform: scale(1.5);
}
</style>

RESULT:

Moeed_0-1727944689988.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


ppixie
Tourist
6 0 2

Thanks a lot! 

Moeed
Shopify Partner
7334 1989 2424

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Dan-From-Ryviu
Shopify Partner
11532 2256 2436

This is an accepted solution.

You can try to add this code to Custom CSS of Header section and check 

@media (min-width: 990px) {
.header__heading-logo { transform: scale(1.8); }
}

Screenshot 2024-10-03 at 15.33.09.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

ppixie
Tourist
6 0 2

  

ppixie
Tourist
6 0 2

Thanks a lot!