My stores text is overlapping. Can someone tell me why.
@annlaw13 - it is css issue, can you share your product page link? I will check and let you know css, or you can contact me on given email below.
@annlaw13 - add following css to the end of your css file and check
@media screen and (min-width: 1008px)
{
.Product__Info {position: relative;}
}
Anna, when theme loads, it calculates the height of product info panel and uses it to layout the page. Then, the Revy App loads and adds its output, making your info panel higher. This causes the overlap.
It’s necessary to force the theme to recalculate this height. Luckily, both App and theme allow for this. Add the following code to the top of your product.liquid Template:
Thank you. There helped it. Can you fix H1 and Meta tag on my website
