Stretch product title on single product page

This topic has 6 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: lorchshop
    lorchshop
    Participant
    April 10, 2018 at 11:28

    Hello,

    is it possible to stretch the product title over the product image via css like in my added example?

    example

    Best regards
    Timo

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2018 at 12:32

    Hello,

    Please provide us with your website URL so we can take a closer look.

    Regards

    Avatar: lorchshop
    lorchshop
    Participant
    April 10, 2018 at 12:33

    Here ist the link to products page: https://www.fleischwolf-shop.de/produkt/vostro/

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2018 at 12:45

    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

    Avatar: lorchshop
    lorchshop
    Participant
    April 11, 2018 at 09:16

    Thanks, it works very fine 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2018 at 09:23

    You’re welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.