Shop page - by Cristine-Joy03 - on WordPress WooCommerce support

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

  • Avatar: Cristine-Joy03
    Cristine-Joy03
    Participant
    January 16, 2021 at 13:52

    Hi,

    How do I achieve this layout for shop and have images this size and spaces in between each product?
    https://prntscr.com/wu47tm

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Cristine-Joy03
    Cristine-Joy03
    Participant
    January 17, 2021 at 03:37

    I just want the page product image to be small like this and more margin on the left and right. Also the product information and price etc to be on the right side below the image.

    At the moment the image is massive and the information below the product image is on the centre.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 17, 2021 at 09:14

    Hello,

    Please read this article – https://xstore.helpscoutdocs.com/article/89-product-images
    and add the next code in Theme Options > Theme custom CSS > Global custom CSS:

    .content-product .product-content-image img {
        width: auto;
    }
    .content-product  .product-details {
        text-align: left;
        margin: 0 30px;
    }

    + custom CSS for desctop area –

    .content-product {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    Regards

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