Hi!
On our site the logo in the top left corner “Meditera i Stockholm / Tara Kadampabuddhistcenter” shrinks when you scroll down the homepage and it becomes very small and unreadable.
I would like to keep the logo the original size wherever you scroll on the homepage.
Can you help?
Many thanks,
Jangdom
Hi Tarakbc!
Try to add this code in Quick CSS (located in Enfold > General Styling):
#header .logo a, #header .logo img {
max-height: 88px !important;
min-height: 88px;
}
#header.header-scrolled .logo img {
margin-top: -44px;
}
Hope this helps :)
Best regards,
Nikko
Thanks Nikko!