Site logo

[Resolved] Minimize woocommerce article image

Home Forums Support [Resolved] Minimize woocommerce article image

Home Forums Support Minimize woocommerce article image

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1527353
    Leo
    Staff
    Customer Support

    What if we use this CSS?

    .single-product .site-content {
        background-color: #ffffff;
    }
    #1527373
    Matthieu

    It’s perfect for me ! Do you know if it is possible to round off the 3 images on this page ?

    Thanks

    #1527523
    Leo
    Staff
    Customer Support

    Try this:

    .woocommerce-product-gallery img {
        border-radius: 20px;
    }
    #1527540
    Matthieu

    It’s great thank you so much! Last question: I don’t know if you noticed but my footer doesn’t stay at the bottom of the page, it just sticks at the top of the article container. Do you know how I could fix it down ? 😅

    Thanks

    #1527567
    Leo
    Staff
    Customer Support

    Can you open a new topic for the new question?

    Thanks 🙂

Viewing 5 posts - 16 through 20 (of 20 total)
  • The topic ‘Minimize woocommerce article image’ is closed to new replies.