I want to hide the widget with the woocommerce product category menu on mobile devices
Because on mobile this menu is also close to the same menu (widget) on footer menu.
I made the code below, but it also hides the menu in the footer section.
@media only screen and (max-width: 767px)
{.widget.clearfix.woocommerce.widget_product_categories {display: none!Important;}}
see https://www.celebrationevents.nl/verhuur/verhuur-dj-gear/
Please advice
I Already figured it out :
@media only screen and (max-width: 767px)
{.inner_sidebar .widget.clearfix.woocommerce.widget_product_categories {
display: none!Important;}}
Hi,
Glad that you fixed it :)
Best regards,
Nikko