Hi
I am using the prestige theme.
My logo on mobile is too small. Please help increase the size.
Hi
I am using the prestige theme.
My logo on mobile is too small. Please help increase the size.
Hello, @kcha9446
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
Thanks
@media (max-width:640px) {
.Header__LogoImage {
max-width: 140px;
}
}
Hello,
I am having the same issues.
my website is
passsword is rankin
I am using Prestige theme
I need to increase the size for mobile and desktop. Can anyone help? Would i use the same code as above for the mobile?
Yes it should work, as I just did mine too.
also please check your theme customization option may allow mobile and desktop size increase option
Thanks please add this
@media screen and (max-width: 640px) {
.Header__LogoImage {
max-width: 110px !important;
}
}
Welcome to the Shopify community!
and Thanks for your Good question. ![]()
Please share your site URL,
So I will check and provide a solution here.
Hi @KetanKumar
thanks for reaching out! Im not sure what you mean or where to find that specific part of the theme customization?
you have try above code?