Is there a way to make my header sticky? On both desktop and mobile?
Sure, if you show us how you did embed it, then we can help you
Hi! I used JS embed code so I could embed it on the homepage of my WP site. I’m looking to make the shop header+menu sticky on all pages
Any help and tips would be awesome! Thank you!
Just add the following CSS to the Custom CSS of your Wordpress or in the appropriate region at your spreadshop (in the Partner area of spreadshirt):
#sprd-header-container {
position: fixed;
top: 30px;
background-color: black;
z-index: 1001;
width: 100%;
}
#sprd-main {
margin-top:165px
}
.top-bar.top-bar-align-left {
position: fixed;
width: 100%;
height: 30px;
}
1 Like