Hi, could anyone help me solving this?
My heronbanner on the homepage is being covered by the following section once I scroll down on desktop. Can anyone help with the code?
https://aaba5d-52.myshopify.com/
How it should be:
The bug:
Hi, could anyone help me solving this?
My heronbanner on the homepage is being covered by the following section once I scroll down on desktop. Can anyone help with the code?
https://aaba5d-52.myshopify.com/
How it should be:
The bug:
Hi @Daniel19901 ,
Here are the steps you can follow:
1, Navigate to Online Store > Themes > Edit Code.
2, Locate and open the base.css (or theme.css, custom.css) file.
3, Paste the code snippet provided below at the bottom of the file, then save your changes.
.t4s-section-inner.t4s-has-imgbg > picture > img {
position: relative;
top: 400px;
}
Here is the result
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
.t4s_ratio:not(.t4s_bg)>*:not(.t4s-not-style) {
z-index: 9 !important;
}
@BSS-TekLabs thank you for that- almost worked, but now the collection header as well as the quick view buttons and badges are covered by it as well ![]()
Can you try this code again @Daniel19901
t4s-hero-inner .t4s-img-as-bg.t4s-d-none {
z-index: 9 !important;
}