Shopify themes, liquid, logos, and UX
Hi! I have an image banner directly under my header on my landing page that I would like to be sticky along with my header. The image header I am referring to is the purple bar that says “Oder your dress, send your fabric..etc” URL is http://arjaedesigns.com thank you!
Solved! Go to the solution
This is an accepted solution.
Hi, that code I sent you will make that image sticky in mobile only. If you want to make it sticky both for deskop then please edit code like this
<style>
#shopify-section-template--16051720421527__2899f3cd-f9cd-4163-879e-a4c428ea6d6c {
position: sticky !important;
top: 84px;
z-index: 9;
}
@media (max-width: 767px) {
#shopify-section-template--16051720421527__2899f3cd-f9cd-4163-879e-a4c428ea6d6c {
top: 64px !important;
}
}
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Please add this code to your theme.liquid file before </head> tag in Online store > Themes > Edit code
<style>
@media (max-width: 767px) {
#shopify-section-template--16051720421527__2899f3cd-f9cd-4163-879e-a4c428ea6d6c {
position: sticky !important;
top: 64px;
z-index: 9;
}
}
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thank you @Dan-From-Ryviu , unfortunately this didn't work. I do already have my header set as sticky, which works, but I want the image banner to be sticky too.
This is an accepted solution.
Hi, that code I sent you will make that image sticky in mobile only. If you want to make it sticky both for deskop then please edit code like this
<style>
#shopify-section-template--16051720421527__2899f3cd-f9cd-4163-879e-a4c428ea6d6c {
position: sticky !important;
top: 84px;
z-index: 9;
}
@media (max-width: 767px) {
#shopify-section-template--16051720421527__2899f3cd-f9cd-4163-879e-a4c428ea6d6c {
top: 64px !important;
}
}
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
That worked - thank you so much!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024