From c71d4a087038be2530894050b889506024ca9b33 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 12 Aug 2019 17:23:56 -0400 Subject: [PATCH] view header sytle only for vendors taxonomy terms most of the customizations for the taxonomy term page headers (/vendors/*) and (/categories/*) only make sense for the vendors term now that we are not displaying a logo for the category pages (like /categories/laptops). the css configs that impacted the display of /categories/* is now more restrictive, so it only applies to /vendors. as for the rest, i left them as they are. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index ae6332b..2804a67 100644 --- a/css/style.css +++ b/css/style.css @@ -353,7 +353,7 @@ a { transition: 0.3s; } } @media screen and (max-width: 559px) { - .view-taxonomy-term .view-header { + .view-taxonomy-term.view-display-id-taxonomy_term_vendor .view-header { margin: 0 auto 40px auto; overflow: auto; @@ -375,7 +375,7 @@ a { transition: 0.3s; } } @media screen and (min-width: 560px) { - .view-taxonomy-term .view-header { + .view-taxonomy-term.view-display-id-taxonomy_term_vendor .view-header { margin: 0 0 40px 0; overflow: auto; -- 2.25.1