WooCommerce Product Layout Grid
Hello, I am having a little problem with product/category grid. I'm using Renovate 4 theme, my page is "orasoras.lt". Right now I want to make my 2 categories centered in my Shop page - "Parduotuvė". But the only options of layout grids are 3 or 4, I believe you can change it by adding some additional code, but I can't find the right one for it.

Comments
Hello,
Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS, and check it is what you wanted to achieve.
@media screen and (min-width: 959px){ .woocommerce .products_wrapper{ margin-left: 20%!important; } }Thanks
Thank you it helped!