Home Forums Basel support forum Basel Product Categories Bar Reply To: Basel Product Categories Bar

#80467

seerat
Participant

Thank you Elise!

It is jumping to the position so I tried to look at the existing code for header sticky. I added this code to ease the sticking; however it doesn’t seem to be right. Is this right?

.main-page-wrapper.title-shop.act-scroll {
-webkit-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
-moz-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
-o-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
}