Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #446796

    Is it possible to center a WooCommerce product within a cell in a “Grid Row”?

    An example can be seen in the link below.

    Thanks!

    #447362

    Hi MLA18!

    try to control it using this code in Quick CSS:

    ul.products.slide-entry-wrap.active-slide {
    left: 135px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #447363

    Hey MLA18!

    Drag a codeblock element to that page and add this inside.

    <style type = "text/css">
    .shop_columns_2 .products .product {
      width: 49.5%;
      margin: 0px auto;
      float: none;
    }
    </style>
    

    Though I think if you use the product grid element instead of the grid row it will get the same effect.

    Best regards,
    Elliott

    #447422

    Excellent. That did the trick.

    Thanks!

    #448133

    Hey!

    Great, glad we could help :)

    Cheers!
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Centering a WooCommerce product within a cell in a Grid Row’ is closed to new replies.