This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hello,
is it possible to stretch the product title over the product image via css like in my added example?
Best regards
Timo
Hello,
Please provide us with your website URL so we can take a closer look.
Regards
Here ist the link to products page: https://www.fleischwolf-shop.de/produkt/vostro/
Please add this code in Theme Options > Styling > Custom css > Custom CSS for desktop (992px+):
.single-product .product_title{
position: absolute;
left: -50%;
top: -40px;
}
.single-product .product-content {
margin-top: 40px;
}
Regards
Thanks, it works very fine 🙂
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up