Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Some help with the product filters

Home / Forums / Virtue Theme / Some help with the product filters

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 24, 2018 at 8:18 pm

Hi Virtue by Kadence Themes,

I pasted the code below for my current product filter menu.

I am seeking to duplicate this filter menu at the bottom pf my products, so that when customers are done scrolling to the bottom, they see the filter menu again and can use it.

Thank you.

.filter-trigger {
display: none;
}
#filters {
width: 100% !important;
float: right !important;
height: auto !important;
overflow: visible !important;
}
#filters li {
float: none;
display: inline-block;
}


@media
(max-width: 767px) {
.products .kad_product {
width: 33.33%;
float: left;
}
}


@media
(max-width: 767px) {
.product_item .product_details .product_excerpt {
display:block;
}
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.