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

    Hi evrevybody i need help.

    In the woocommerce products grid i have selected for 4 columns only, but containers are too big.

    please take a look

    ORIGINAL—>
    original

    WHAT I WANT—>
    what i want

    I tried to adjust image thumbnails sizes. but it doesn’t work.

    i want to make more small the containers using only 4 colums and the containers have an space between one each.

    best regard

    #381265

    Hi Genarvaz!

    Add this to a codeblock element in your page.

    <style type = "text/css">
    .products .product {
      margin-right: 3% !important;
      width: 20% !important;
    }
    </style>

    And play around with the width and margins until it looks good.

    Regards,
    Elliott

    #382068

    Thank you for your answer Elliott,

    just one question, where are located the codeblock? or where i’ll paste the code?

    • This reply was modified 10 years, 6 months ago by Genarvaz.
    #382084

    Sorry Elliott i use the code into QuickCSS and it works.

    thank you very much.

    best regard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Need to resize PRODUCT CONTAINERS FOR WOOCOMMERCE’ is closed to new replies.