1. pat02
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 01 August 2018
  5.  Subscribe via email
Hi

Verona template:
http://www.joomla51.com/demo/0144/

On scrolling the header bar (the one that holds the logo and the navigation) is "moving" (small animation) and changing its size. I manged to get rid of the resizing, but not of the animation.

How can I remove the animation?

Thank you very much!

Regards
Patrick
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Patrick

To remove the animation you can add the following to the Custom CSS field of your template settings...

.is-sticky .logo {
padding: 20px 30px;
}


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

Thanks!

I did try this before because I had similar problem with another template earlier and you gave me similar solution.
But here it was not working. I now figured out that


.is-sticky .logo {
padding: 0;
}


does the trick.There is a CSS Override I missed. That's why your solution was not working. Sorry...

Patrick
  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!