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

    (@owendevelopment)

    I notice you have two classes called “product first”, whereas the list of products should end on “product last”.

    I’d also change the CSS slightly here:

    ul.products li.product {
        float: left;
        margin: 0 3.8% 2em 0;
        padding: 0;
        position: relative;
        width: 21.2%;
    }

    notice width has changed. It all looks ok on my Mac now.

    Thread Starter kartus

    (@kartus)

    thank you for the code. now it looks better. about the product classes, can you tell me where is that? xD I’m not used to woocommerce much…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce issue’ is closed to new replies.