How can I increase logo size on mobile using Prestige Theme?

Hi

I am using the prestige theme.

My logo on mobile is too small. Please help increase the size.

1 Like

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.

www.gadgetsessential.com

@kcha9446

Thanks

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media (max-width:640px) {
.Header__LogoImage {
max-width: 140px;
}
}
2 Likes

Hello,

I am having the same issues.

my website is

woodwardandfox.com

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?

1 Like

Yes it should work, as I just did mine too.

1 Like

@woodwardandfox

also please check your theme customization option may allow mobile and desktop size increase option

Thanks please add this

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media screen and (max-width: 640px) {
.Header__LogoImage {
    max-width: 110px !important;
}
}

@blvckboii

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

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?

@woodwardandfox

you have try above code?