Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
Hi @christian_russo ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/ section-main-product.css->paste below code at the bottom of the file:
@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.
This is an accepted solution.
Hi @christian_russo ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/ section-main-product.css->paste below code at the bottom of the file:
@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.
thanks!!
oh sorry for that issue
can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/section-main-product.css->paste below code at the bottom of the file.
@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?
User | RANK |
---|---|
155 | |
127 | |
80 | |
73 | |
69 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023