Shopify themes, liquid, logos, and UX
Hi guys, I hope you have a great day! I have a question about how to fix this bug that appeared on my store. Only on some products, when I slide down, the price, the title and the stars for the reviews remain as if they were sticky. I will be really thankful if someone help me with this problem. Thanks.
Solved! Go to the solution
This is an accepted solution.
Please add the below CSS code at the end of your base.css file.
@media(min-width:750px){
body .product--stacked .product__info-container--sticky{
position:static !important;
}
}
Can you please share URL so I get the better idea regarding issue.
This is an accepted solution.
Please add the below CSS code at the end of your base.css file.
@media(min-width:750px){
body .product--stacked .product__info-container--sticky{
position:static !important;
}
}
User | RANK |
---|---|
121 | |
96 | |
77 | |
69 | |
38 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022