Hi,
Kind of new to coding on Shopify but have successfully cut and pasted several changes with other issues.
I would like to increase the logo width size on both Mobile and Desktop.
I am using Prestige theme and the maximum size of the PNG they allow is 200 x 60px.
Can someone help and tell me how what exactly i need to change in the code to do this?
my url is
woodwardandfox.com
password is rankin
Thank you
Solved! Go to the solution
Sorry for facing this issue, it's my pleasure to help us.
i have checked but sorry i can't see the logo current text base logo can you please show me
no rush
so do you need help?
Thanks for it
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: 150px !important;
}
}
hi @KetanKumar
Okay So I duplicated my theme and added the code you suggested.
It doesnt seem to change the desktop version, but I think it changed the mobile size. But i am struggling to tell. Dont really know what I am looking for if that makes sense.
Here is a screenshot of the new mobile version with your code.
The desktop has stayed the same size as the live website now.
Dear @woodwardandfox
Hope it will help
/* Start */
@media screen and (min-width: 641px) {
.Header__LogoImage { max-width: 75%; }
}
@media screen and (max-width: 640px) {
.Header__LogoImage { max-width: 135px; }
}
/* End*/
If you still need help you can contact us by using the link or email given at signature.
.Header__LogoImage {
max-width: 160px !important;
}
Thanks
hi, @MS-WEB-DESIGNER
thanks for this. I have tried but it didnt change anything... on mobile or desktop.
User | Count |
---|---|
564 | |
207 | |
121 | |
83 | |
44 |