view header sytle only for vendors taxonomy terms
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 12 Aug 2019 21:23:56 +0000 (17:23 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 12 Aug 2019 21:23:56 +0000 (17:23 -0400)
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

index ae6332b82c7a67e8e706946fae2903bee6d37534..2804a6701b52d26de69d84addad287daed02ff83 100644 (file)
@@ -353,7 +353,7 @@ a { transition: 0.3s; }
 }
 
 @media screen and (max-width: 559px) {
 }
 
 @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;
     margin: 0 auto 40px auto;
 
     overflow: auto;
@@ -375,7 +375,7 @@ a { transition: 0.3s; }
 }
 
 @media screen and (min-width: 560px) {
 }
 
 @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;
     margin: 0 0 40px 0;
 
     overflow: auto;