Hi friends, I’d add the logo size adjusted to 32px or 100px in the code injection, but I still can’t see any difference in the header on the Mac; it only differs on the cellphone. Please anyone help…
It’s incredibly hard to provide any help from a screenshot, without being able to see the site, or at least know the name of the theme.
It’s possible that if you change your max height to 32px!important
, that’ll get it. It’s also possible that isn’t the right selector for desktop. Or that you also need to override the height
setting in addition to max-height
. Or that you need to also change the size of the container the logo is in. Or…
Hi Cathy, thanks for replying and I’m sorry for the missing information.
I’m using Krabi Themes and my site is www.skystheunlimit.com.
My logo size is 800px x 800px.
I tried the max-height at code injection, but only can see the logo when the website enlarge to 150%.
The logo is getting reduced to zero because there are too many items in the navbar, looks like.
Try this (within style tags, in code injection)
.c-logo {
min-height: 60px;
min-width: 60px;
}
It’s worked. Thanks a million, you saved my time
Glad to help! I see your content is partially in Japanese. If you end up deciding to set your site language to japanese, any improvements to the translations would be most welcome!
Here’s the mega-thread: Help translate Ghost (beta)