- This topic has 1 reply, 2 voices, and was last updated 2 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
The logo is far too big on mobile. It’s fine on the desktop version.
How do I make it smaller on desktop?
Site:
blog.superbubble.money
The logo is the black shape in the middle
https://prnt.sc/xc1x2l
Thanks
Hi,
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
@media screen and (max-width: 750px) {
.logo-img {
max-width: 90px !important;
}
}
Kind Regards