Solved

Can I increase the logo size on my Shopify header for mobile devices?

Knomad
Tourist
6 1 0

I'd like to increase the logo size on the header for only mobile devices including the iPad. Can someone help me do this? I'd like to increase it by 50%. My website is here:

https://www.superspeedgolf.com

 

The theme does not offer this option in the settings. 

Accepted Solution (1)
Knomad
Tourist
6 1 0

This is an accepted solution.

Sweet! It worked.

View solution in original post

Replies 3 (3)

Cornetto
Visitor
2 0 0

Hi knomad,

Go to your theme-settings.css file and add the following css at the bottom:

@_media (max-width: 991px) {
	.theme-logo img {
		width: 190px;
	}
}

 This should work.

Knomad
Tourist
6 1 0

This is an accepted solution.

Sweet! It worked.

gnewts13
Shopify Partner
2 0 1

I was wondering if you could help me with the same issue but for the DAWN template.  For some reason I dont see the file (theme-settings.css) you mention to paste the code into in my current theme.  Currently I only see (theme.liquid) Any help is greatly appreciated I jsut want to get my logo to display bigger than whats allowed.