Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this in your custom css:

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product
    {width: 47%}

    Thread Starter Steven

    (@stevenstevensquirecom)

    Thanks, lorro, that was it, along with adding “!important” to the tag!

    With this edit, my 3-column home page product layout overlapped, but I found the “.woocommerce.columns-3 ul.products li.product” css code in the “woocommerce-layout.css” file (not fun looking for code in their run-on css files, unless you know what you are specifically searching for), and applied the default code in my custom css file with “!important” for the 3-column layout.

    All good to go again, I appreciate the assist!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Products overlapping’ is closed to new replies.