Layout presentation of product as a list
-
After exploring the documentation and support I could not find a way to rework the “product-list” div so that the “list” of products displayed on the page will show as a table-like view… where all divs (
.list .product-name,
.list .product-short-descr, .list .classic-list-image-wrapper,
.list.archive-listing div.product-attributes,
.classic-list-image-wrapper,
.classic-grid-image-wrapper .image,
.classic-grid-image-wrapper .pseudo) will show as one table row, not a grid or any other setting types, in product-settings.php&tab=design-settings&submenu=archive-design.
I tried customizer to display grid and display table-cell and display flex to see if this could be done using a simple CSS property or two. Unfortunately I believe the layout can be only controlled via the template or the function that renders the lists.
Can you guide me through how to do this. Ultimately I would love to have this layout https://www.hantronix.com/page/index/products/graphic without being a table element, of course.
Please note that I am very happy with your product and will leave a great review soon. If you can help me with refactoring the layout please do. I am a senior WP dev so any action hooks or filters I am willing to try.
The page I need help with: [log in to see the link]
- The topic ‘Layout presentation of product as a list’ is closed to new replies.