Prestige code needed to change logo size in mobile, logo shows way too small and thin in the mobile, fine in desktop.
Hi Eden, please share your store URL so I can help you based on your current store.
1 Like
i sent u a private message
Thanks for sharing the URL. The following code will increase the logo size on mobile.
@media screen and (max-width: 767px) {
.Header__LogoImage {
max-width: 140px;
}
}
-
Go to Online Store > Themes > click “Edit code” for the main theme.
-
Search for theme.scss, and open a file named theme.scss.css.
-
At the end of the file, put the above code
-
Save and check your store.
I hope this helps.
1 Like
Hi, thank you for fixing our mobile site, it works great, i sent you a personal message regarding a matter.
- Eden