Hi guys, please, check this website:
http://skinius.testwp.net/
If you scroll, the cart icon does not stay at the right place. Can you help me?
#btn-cart {
margin-top: 60px;
}
if (scroll > 70) {
if (scroll < max - 122) {
final = scroll - 50;
} else {
final = max - 172;
}
} else {
final = 20;
}