1. Mol4
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Monday, 28 August 2023
  5.  Subscribe via email
Hello Ciaran,

Is it possible for the logo used in the Novah template to have it resized (smaller) on scrolling down, just like the logo in the Maya template?
Thanks!

Greetings, Ton
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ton

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(replace 100px to the width of your choice)

.is-sticky .logo {
max-width: calc(100px + 70px);
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

Thanks!
This morning I found this one that goes somewhat more smooth.

.is-sticky .logo img {
max-width: 70%;
}
.logo img {
transition: all 300ms ease;
}

Greetings,
Ton
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!