• Resolved urbannerd

    (@urbannerd)


    Site is 3peaks.us

    I would like to center the items shown in the “related products” table under the single product. I figured out how to change the % size to have 4 go across the bottom but now theres more space on the right, then the left so Id like to center them.

    I just cannot figure out which class to call to in the css.
    Id also like to do some kind of float because margins wont look nice when going mobile

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Centering isn’t possible with floats.

    How about stretching them full width?

    .woocommerce .related ul li.product {
    width: 25% !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce Center Related Products Items’ is closed to new replies.