Single product page layout - by martijntje

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

  • Avatar: martijntje
    martijntje
    Participant
    October 11, 2019 at 06:47

    Hi there,

    Is it possible to have an product page without the image-space? So that the content in short description fills the whole page? See attached link – the content now only fills ca. 2/3 of the page.

    Thanks in advance.

    Martin

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 11, 2019 at 07:09

    Hello,

    Here is custom CSS code:

    .single-product .product-content .product-images {
        display: none;
    }
    .single-product .product-information {
        width: 100%;
    }

    Regards

    Avatar: martijntje
    martijntje
    Participant
    October 11, 2019 at 07:46

    Thank you! It works.

    Can the title of the product be turned off?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 11, 2019 at 07:50

    You’re welcome!

    .single-product .product_title {
        display: none;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.