Spacing Issue - by ankushthor - on WordPress WooCommerce support

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

  • Avatar: ankushthor
    ankushthor
    Participant
    December 26, 2019 at 18:11

    Hi,

    I would like to reduce the left and right padding between the product Images on the Shop page similar to https://ibb.co/SmkFkbG. I want to reduce the default bootstrap column padding only between the product images. Kindly help.

    Regards,
    Niyati

    3 Answers
    Avatar: John Holden
    John Holden
    Support staff
    December 27, 2019 at 05:22

    Hi,

    Add below code to Theme Options -> Additional CSS

    @media only screen and (max-width: 480px){
    .products-grid .product {
        padding-left: 6px;
        padding-right: 6px;
    }
    }

    Regards,
    Hung PD

    Avatar: ankushthor
    ankushthor
    Participant
    December 27, 2019 at 19:40

    Thanks alot. The issue is solved

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 28, 2019 at 08:14

    Hello,

    You’re welcome!

    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.