Hi,
I'm using WooCommerce Views and Views to create WooCommerce archive pages for custom taxonomies. All is good but one thing: in the code of the archive page I see that the view is actually wrapped into native WooCommerce "ul.products" as "ul.products > form ~ div.js-wpv-view-layout".
For some reason this "ul.products" takes the 0 height, which brings the footer right under the layer of products (the products are covering the footer).
<ul class="products columns-4" style="position: relative; height: 0px;">
I'm not sure from where this 0 is coming from. I tried to override it with my own jQuery but it didn't work.
Can you replicate the issue? Is that something you can fix?
Thanks.
Stupid question, sorry, I've overridden it with ul.products {height: auto !important}
But why is it wrapped into ul.products is still not clear for me.