Solved

How to re-center logo in Studio theme

Osc_M
Tourist
6 0 4

Hi all, 

 

I'm using the Studio theme. 

I've finally worked out how to increase my logo to a size bigger than 250px which is the default limit.

(I changed the code in line 753 of header.liquid in 'sections'). 

However, this has caused my logo looks off-centre on both desktop and mobile, has anyone got any idea how I can fix this?

 

Thank you! 

Accepted Solution (1)
LitCommerce
Astronaut
2860 684 732

This is an accepted solution.

Hi @Osc_M,

Go to Assets > base.css and paste this at the bottom of the file:

.header__heading-logo {
    max-width: 100% !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 4 (4)

LitCommerce
Astronaut
2860 684 732

Hi @Osc_M,

Please send your site and if your site is password protected, please send me the password. I will check it.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Osc_M
Tourist
6 0 4

Thank you, @LitCommerce ! The site is currently a template but I can share the preview with you, hopefully, that will be sufficient. 

 

https://qnzrrx8xw8dilv2u-5312249.shopifypreview.com

 

Many thanks, 
Oscar

LitCommerce
Astronaut
2860 684 732

This is an accepted solution.

Hi @Osc_M,

Go to Assets > base.css and paste this at the bottom of the file:

.header__heading-logo {
    max-width: 100% !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Osc_M
Tourist
6 0 4

Thank you so much, that has solved the issue!