Hi,
once I uploaded products certain pages my filter button is not showing up.
my site is https://luxurymrkt.com/collections/best-selling-collection
amy help would be appreciated @PageFly-Victor
Hi,
once I uploaded products certain pages my filter button is not showing up.
my site is https://luxurymrkt.com/collections/best-selling-collection
amy help would be appreciated @PageFly-Victor
@Luxurymrkt
Hello,
@media screen and (max-width: 767px) {
.collection-filter__item.collection-filter__item--drawer {
display: block;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This