Solved

Can I enlarge my logo in the Shopify header?

Molly8
Trailblazer
225 16 31

Hi

Can anyone please help me to make my logo bigger in the header?

mollycoddle-meg.myshopify.com

Password - preepi

 

Kind regards.

Accepted Solution (1)
solverStaff
Shopify Expert
359 40 69

This is an accepted solution.

Hello there

.site-header__logo img {
	width: 260px !important;
}

You can paste that code in your theme css file. If you need to make any custom changes on your theme you can contact me on below details.

Kind Regards

SolverStaff

If my reply helpful then please Like to let me know!
If my answered is right according to your question, Mark it as an Accepted Solution.
Facing more issues ? Hire me For Quick Chat: Say hello in WhatsApp : +8801761469797

View solution in original post

Replies 6 (6)

Molly8
Trailblazer
225 16 31

Sorry i'm using the Debut theme for anyone with the same issue.

solverStaff
Shopify Expert
359 40 69

This is an accepted solution.

Hello there

.site-header__logo img {
	width: 260px !important;
}

You can paste that code in your theme css file. If you need to make any custom changes on your theme you can contact me on below details.

Kind Regards

SolverStaff

If my reply helpful then please Like to let me know!
If my answered is right according to your question, Mark it as an Accepted Solution.
Facing more issues ? Hire me For Quick Chat: Say hello in WhatsApp : +8801761469797
Molly8
Trailblazer
225 16 31
Thank-you.
Molly8
Trailblazer
225 16 31

Hi

That code didn't make any changes.

 

Molly8
Trailblazer
225 16 31

Hi

Thanks for the offer of help but I would rather stay on the community then everyone can see the answers.

Kind regards.

Molly8
Trailblazer
225 16 31

Its worked now thank-you. It was working at first because I had a similar piece of code in that was conflicting with the new code.