Fixed All. Header Bar, Header and Navigation. Select Online Store > Themes, Actions > Edit Code > Assets > theme.scss.liquid Copy and paste this code at the very bottom of the page. underneath
[data-shopify-buttoncontainer] {
justify-content: flex-end;
}
< Undernearh this
@media screen and (min-width: 500px) {
.header-bar {
position: fixed;
z-index: 1000;
background: #4267B2;
width: 100%;
padding-bottom: 0.5rem;
top: -2.5px;
}
.main-content {
margin-top: 25rem!important;
}
}
@media screen and (min-width: 700px) {
.site-header {
position: left;
z-index: 1000;
background: black;
width: 100%;
padding-top: 5rem;
top: 0px;
}
.main-content {
margin-top: 5rem!important;
}
}
@media screen and (min-width: 700px) {
.site-nav {
position: fixed;
z-index: 1000;
background: black;
width: 100%;
padding-bottom: -10rem;
top: 15px;
}
.main-content {
margin-top: 0rem!important;
}
}