Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi,
The logo on the mobile version of my website is very small and I'd like to make it bigger.
I see that it is not possible through the customize page.
My website is https://www.vithithihandmade.com and I'm using the Brooklyn theme.
How can I do it?
Thanks, Max
Solved! Go to the solution
This is an accepted solution.
Hi Max,
First of all please remove white space around logo and then please add this css code at the end of theme.scss.luid file
@media screen and (max-width: 768px){ .site-header__logo img { max-height: 100px;
} }
If you still want to increase logo size then increase max-height value in above code instead of 100px
For any help you can Contact me on helly.parekh93@gmail.com
This is an accepted solution.
Hi Max,
First of all please remove white space around logo and then please add this css code at the end of theme.scss.luid file
@media screen and (max-width: 768px){ .site-header__logo img { max-height: 100px;
} }
If you still want to increase logo size then increase max-height value in above code instead of 100px
For any help you can Contact me on helly.parekh93@gmail.com
I had the same issue. The logo was the perfect size on the desktop, but tiny on mobile devices. This code has resolved the issue.
They likely meant that the actual graphic had white space around it in the source image, ie the bounding box for it was not flush with the graphic but had a 'margin'. With your logo, in whichever package you use, ensure that the actual graphic portion of your artboard is what is bound by the artboard, don't let there be pixels worth of actual white space around it or else it will show up and distort your coded sizing.
Same for me. This solution doesn't work
@Euphorictech wrote:
I did this exact code on my website but it didn’t seem to change anything.
Please share your site url so that I will give you exact solution
my logo on mobile looks so small. Please help. my website is: minimasseur.com
@oscprofessional wrote:Please share your site url so that I will give you exact solution
hey, oscprofessional
My website URl is https://magicmakeuppad.myshopify.com/ I would appreciate a lot if you help me fix my problem
Thanks,
Tobi
Hello @TobiD7,
Below css is creating issue.
Please remove that css which is highlighted by red mark
also please Remove top and bottom space from your logo
Hello @oscprofessional
I have same problem. Can you help me please?
My web site : https://turkishgiftbuy.myshopify.com/
Hi i'm having the same problem and code dosent seem to work for me, any chance you could assist me please. My site - www.fitnessboozt.com
Hello @fitnessboozt
Your site is password protected then please share your password for your reference site url.
So that I can check and let you know the exact solution for this.
Thanks...
Hello @fitnessboozt
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
@media screen and (max-width: 768px) {
.site-header__logo .site-header__logo-link img {
max-height: 250px;
}
}
Hope this will work for you
Thanks....
Hello @Aras2016
Your site is password protected then please share your password for your reference site url.
So that I can check and let you know the exact solution for this.
Thanks...
User | RANK |
---|---|
205 | |
105 | |
88 | |
56 | |
45 |