From: Andrew Engelbrecht Date: Tue, 16 Jul 2019 21:34:24 +0000 (-0400) Subject: don't show categories list on /products for mobile X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=f39cdbbccd96f568a26cb9dfb043f275419f7a94 don't show categories list on /products for mobile --- 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 {