don't show categories list on /products for mobile
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 16 Jul 2019 21:34:24 +0000 (17:34 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 16 Jul 2019 21:34:24 +0000 (17:34 -0400)
css/style.css

index fb7e5ecd3f5a6671155da147596934a5ead0659b..bf8782fc649b0779f4752f4605e239a6d6c8664d 100644 (file)
@@ -177,6 +177,14 @@ a { transition: 0.3s; }
 }
 
 
+/* Sidebars */
+
+
+@media screen and (max-width: 767px) {
+  .path-products #block-views-block-categories-categories-block { display: none; }
+}
+
+
 /* Footer */
 
 .footer {