Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I want it to remain fixed at the top of the page as users scroll, without affecting the layout or responsiveness on mobile and desktop (More Information). Any tips on implementing this using CSS or Liquid?
@media (max-width: 768px){
.site-header {
position: sticky !important;
}
}
@media (min-width: 769px){
.site-header {
position: sticky !important;
}
}
Hi @jameschris21,
Please send the website link, I will check it for you