Hi all,
the header sticky hides a part of the images in mobile version, like i have to touch the picture and scroll down to see the whole picture.
I tried everything but i cant fixed it.
I dont want to use code , im not good in coding.
Please help me
Hi @fougia
Please share your store url so we can see the page where this is happening. This kind of problem can be fixed with 3-5 lines of css code which I can provide here and you will just have to copy it in a file (e.g theme.scss)
Thank you
I see that you have this problem in the hompage when you have the slideshow right underneath the sticky headbar. Add the following css code at the end of your theme.scss file (which can be found in the Assets folder):
#PageContainer > #shopify-section-slideshow {
margin-top: 80px;
}
Add also this:
@_media screen and (max-width: 590px) {
.wrapper > #shopify-section-product-template {
margin-top: 40px;
}
}
You can change the margin-top value however you want. Let me know if it works
User | Count |
---|---|
446 | |
191 | |
138 | |
61 | |
41 |