fix for centering vendors list
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 29 Jul 2019 21:49:06 +0000 (17:49 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 29 Jul 2019 21:49:06 +0000 (17:49 -0400)
similar to the patch applied for the products list

css/style.css

index 6a02bfa840523a26d08f05dfb29b496af8a254d8..36a1f391502ab948ebb3d24e44b4532711c335a9 100644 (file)
@@ -218,6 +218,12 @@ a { transition: 0.3s; }
 /* Vendors list */
 
 
+.vendors-list-row ul {
+  padding: 0;
+  margin: 0 auto;
+  overflow: auto;
+}
+
 @media screen and (max-width: 767px) {
   .vendors-list-row {
     margin: 0px auto;