/* Vendor and Category taxonomy term pages */
+.view-taxonomy-term .view-header .field--name-field-icon img {
+ margin: 0 auto;
+}
+
+.view-filters {
+ clear: left;
+}
+
+.feed-icons {
+ clear: both;
+}
+
@media screen and (max-width: 559px) {
.view-taxonomy-term .view-header {
margin: 0 auto 40px auto;
width: 220px;
}
- .view-taxonomy-term .view-header .field--name-field-icon img {
- margin: 0 auto;
- }
-
.view-taxonomy-term .view-header .field--name-description {
max-width: 360px;
margin: 0 auto;
padding: 0 10px;
}
- .feed-icons {
- clear: both;
- }
}
-@media screen and (min-width: 560px) and (max-width: 767px) {
+@media screen and (min-width: 560px) {
.view-taxonomy-term .view-header {
margin: 0 0 40px 0;
float: left;
}
- .view-taxonomy-term .view-header .field--name-field-icon img {
- margin: 0 auto;
- }
-
.view-taxonomy-term .view-header .field--name-description {
margin-left: 260px;
}
- .view-filters {
- clear: left;
- }
-
- .feed-icons {
- clear: both;
- }
}
@media screen and (min-width: 768px) {
.view-taxonomy-term .view-header {
width: 700px;
- margin: 0 0 40px 0;
-
- overflow: auto;
- }
-
- .view-taxonomy-term .view-header .field--name-field-icon {
- width: 220px;
-
- float: left;
- }
-
- .view-taxonomy-term .view-header .field--name-field-icon img {
- margin: 0 auto;
- }
-
- .view-taxonomy-term .view-header .field--name-description {
- margin-left: 260px;
- }
-
- .view-filters {
- clear: left;
- }
-
- .feed-icons {
- clear: both;
}
}