From f39cdbbccd96f568a26cb9dfb043f275419f7a94 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 16 Jul 2019 17:34:24 -0400 Subject: [PATCH] don't show categories list on /products for mobile --- css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/style.css b/css/style.css index fb7e5ec..bf8782f 100644 --- a/css/style.css +++ b/css/style.css @@ -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 { -- 2.25.1