- This topic has 1 reply, 2 voices, and was last updated 2 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi,
my logo seems to be a perfect fit on Desktop & Tablet but the mobile view is not looking well. The Logo is way too big. Is there a fix?
Thx & KR
Hi Anne,
Please share your website URL and we will check for the possible solutions.
Kind Regards
Hi Anne,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
@media screen and (max-width: 690px) {
.logo-img {
max-width: 70px !important;
}
}
Kind Regards