Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #560592

    Things in woocommerce / Enfold driving me nuts…hope you can help me out

    Q1: On my category pages I want to show product list instead of product grid. Where / How do I do that? Possible via quick CSS? Do I need to do CSS “programming” in any php-files (if yes, I am lost anyways…)

    Q2: Optionally on my product category pages I want to fit my 5 columns (display 5 products beside each other) within the full content width. Do I need to adapt the product container size or is there another option? The code I found and used (see below) does only change the image size, but not the whole product container. What would be the right CSS code?

    #top .thumbnail_container img {
    width: 100% !important; }

    #560691

    Hi deboman!

    1.) Would be best to ask WooCommerce Support about this, as they know their plugin best. I think you need to search a plugin for such function.

    2.) Use this code in Quick CSS field:

    .woocommerce.product-columns-5 ul.products li.product, .woocommerce-page.product-columns-5 ul.products li.product {
    width: 30%;
    }
    

    and adjust as needed.

    Regards,
    Andy

    #560845

    Danke Andy, Q2 is fixed

    #561497

    Hi!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Product category page’ is closed to new replies.