Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #790762

    I’m having trouble increasing the width between columns on the Product Grid module. I’m using WooCommerce. Here is some CSS I tried which didn’t work:

    .template-shop {
    -webkit-column-gap: 40px !important;
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
    }

    #790784

    Hey k593,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    #top .shop_columns_3 .products .product {
        margin-right: 3.5%;
        width: 31%;
    }
    

    Hope this helps :)

    Best regards,
    Nikko

    #791338

    That worked! Thank you Nikko.

    #791420

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Increase Gutter Width on Product Grid’ is closed to new replies.