hi!
when I scroll my product images the description sticks in place but de title dissapears how can I make the title stick?
password: Christianshop123
thank you
Christian Russo
hi!
when I scroll my product images the description sticks in place but de title dissapears how can I make the title stick?
password: Christianshop123
thank you
Christian Russo
Hi @christian_russo ,
You can follow the instruction below:
@media (min-width: 750px) {
.product--stacked .product__info-container--sticky {
top: 7rem !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
oh sorry for that issue
can you try this code
@media (min-width: 750px) {
.product--stacked .product__info-container--sticky {
top: 10rem !important;
}
}
sorry but i have notice too much bigger tick mark show on page load do you know this?
thanks!!