- This topic has 1 reply, 2 voices, and was last updated 1 month, 2 weeks 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.
Hi, I wanted to ask you this question if you can help me.
On my test website with your theme I still see the logo too small in mobile format.
I have already changed the height size from the “Appearance” panel, but it continues to be small moving side.
Do i need to add custom css code?
Can you help me?
The link is temporarily https://ariasistemi.unityscs.com
Thanks a lot,
Emanuele.
Hi there,
Thanks for writing in!
In this case, please add the code below to your Dashboard > Appearances > Customize > Addition CSS (please feel free to change the height value as you wish) :
@media (max-width: 767px){.logo {max-height: 60px;}}
Hope this helps,
Danny