From: Andrew Engelbrecht Date: Mon, 12 Aug 2019 21:23:56 +0000 (-0400) Subject: view header sytle only for vendors taxonomy terms X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=c71d4a087038be2530894050b889506024ca9b33;ds=sidebyside 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. --- 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;