Hello
My product title seems to move upwards towards the image after a few seconds…
it never used to do that- maybe i did something wrong somewhere if anyone can help please
https://thebodyshop.com.lb/collections/make-up
dosawr
Hello
My product title seems to move upwards towards the image after a few seconds…
it never used to do that- maybe i did something wrong somewhere if anyone can help please
https://thebodyshop.com.lb/collections/make-up
dosawr
if you hover over the image - it moves???
@dmwwebartisan When you hover - the text moves up
Hi @TBS2023
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file theme.css. Search for the following CSS snippet
.grid-product__meta {
position: relative;
padding: 10px 0 6px 0;
line-height: 1.5;
}
Please change it to
.grid-product__meta {
position: unset;
padding: 10px 0 6px 0;
line-height: 1.5;
}
Then the issue of the text moving up will disappear.
If it helps you, please like and mark it as the solution.
Best Regards