Tagged: woocommerce
Why does the “Filter by Price” option on the sidebar disappear on mobile on the Woocommerce Shop page? Is there a way to ensure it stays?
Site: https://everniq.com/shop/
Thanks!
Hi Daniel,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
.responsive #top #main .sidebar {
display: block !important;
}
Best regards,
Nikko
Thanks Nikko – is there not a standard way to do this other than CSS? I can’t be the first to ask.