When I scroll down to the bottom of the page, the recommendations section at the bottom of the screen overlaps with the product description. Can anyone help me out with this?
Source of issue: https://fxskin.co/collections/all-services/products/babor-fx-deluxe
Image of issue is below. Thank you so much…
Hi @FxSkin
This is because the section is set to sticky
You can use this CSS to remove it
@media only screen and (min-width: 769px){
.product-single__sticky {
position: relative !important;
}
}
Please follow these steps to apply the CSS
From your Shopify admin dashboard
Navigate to Online stores > Themes > Select the main theme
Click on Actions > Edit code
From the code editor, search for the theme.css file
Then paste the above CSS at the bottom of the theme.css file
Save and refresh the pages so check your changes
Cheers!
FxSkin
May 26, 2022, 10:52pm
3
I made the changes but am still seeing the issue! Any other suggestions? Give it a check.
Bumping because I’m panicking
Collins, It doesn’t work! Do you have another solution?
I fixed it. You need to find the exact area in the css code that says that and change it to
@media only screen and (min-width:769px){
.product-single__sticky{ position:relative !important;
top:20px