- This topic has 5 replies, 2 voices, and was last updated 2 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Hi There!
My logo looks great on the browser, but it gets cropped when looking at the site on a mobile device. What is the recommended logo size on mobile so I can upload a resized version into the responsive section of the customizer?
Hi Chelsea,
Please share your website URL and we will check for the possible solutions.
Kind Regards
Right now I have the site on a countdown mode, but you can access through the bypass link here: https://sipsnspirits.com/?cmp_bypass=7fa1ac02324b24698b618f5bbf1a7fe4
Hi Chelsea,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 880px) {
.logo-img {
max-width: 150px !important;
}
}
@media screen and (max-width: 748px) {
.logo-img {
max-width: 150px !important;
}
}
@media screen and (max-width: 640px) {
.logo-img {
max-width: 90px !important;
}
}
Kind Regards
This did the trick! Thanks so much.
Feel free to contact us at any time, we are more than happy to help.
Kind Regards