Hi there
Please see the photo below, the sticky header is covering the collections list banner, can you help?
Hi there
Please see the photo below, the sticky header is covering the collections list banner, can you help?
please Go to Online Store->Theme->Edit code then go to Asset->/theme.css ->paste below code at the bottom of the file.
.collection-header .collection-hero{
margin-top: 0px !important;
}
.collection-header .collection-hero .collection-hero__image{
height: 50% !important;
background-position: center center;
}
@media only screen and (max-width: 749px){
.collection-header .collection-hero .collection-hero__image
{
height: 405px !important;
background-position: top center;
}
}
Great work, thank you for your help!
I have almost same problem, but this solution is not helping. Sticky header is covering price and name of product. On collection pages it covers collection image with text. Please help me with this.
hello @marin3
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
https://darmarstore.myshopify.com/ Password:1133
hello @marin3
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
.main-content {
padding-top: 150px;
}
}
King! Thanks a lot. ![]()
Hello can you help my sticky header is cutting off my debut banner I have a space which I have added I need my banner to fit without using that spacing.