How can I make my logo appear larger on the Studio theme?

Solved

How can I make my logo appear larger on the Studio theme?

luke01
Excursionist
34 0 4

How can I get my logo to look wider on the Studio them? I have a large logo upload but it's showing too small. 

 

 

The store is not published yet. 

 

Site is: https://b85dcc.myshopify.com Password is rawbla 

 

 

Thank you. 

Accepted Solution (1)
kazi
Shopify Partner
716 100 126

This is an accepted solution.

You can increase from CSS code

 

go to assets > base.css

 

put this css at bottom

 

.header__heading-logo {
width: 500px;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

View solution in original post

Replies 4 (4)

kazi
Shopify Partner
716 100 126

@luke01  hello check theme settings > logo   here you can increase/decrease logo size.

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

luke01
Excursionist
34 0 4

I tried that. I want it larger then the theme is allowing.

kazi
Shopify Partner
716 100 126

This is an accepted solution.

You can increase from CSS code

 

go to assets > base.css

 

put this css at bottom

 

.header__heading-logo {
width: 500px;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

MYB_Whitnye
Tourist
14 0 1

This worked for my logo as well, but it made it really blurry. Is there a work around for that?