FIX: category tiles size for mobile
This commit is contained in:
@@ -510,3 +510,22 @@ body.single-post {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body.tax-product_cat {
|
||||
#page-container {
|
||||
#main-content {
|
||||
.woocommerce {
|
||||
ul.products {
|
||||
li.product {
|
||||
.et_shop_image {
|
||||
@media (max-width: 550px) {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user