Fix mobile buttons with Motta theme
unknown
css
8 months ago
713 B
6
Indexable
@media (max-width: 1024px) {
ul.products.product-card-layout-1 li.product .product-actions .motta-button--quickview,
ul.products.product-card-layout-1 li.product .product-actions .motta-button--atc,
ul.products.product-card-layout-2 li.product .product-actions .motta-button--quickview,
ul.products.product-card-layout-2 li.product .product-actions .motta-button--atc,
ul.products.product-card-layout-3 li.product .product-actions .motta-button--quickview,
ul.products.product-card-layout-3 li.product .product-actions .motta-button--atc {
text-align: center;
display: block;
}
ul.products.mobile-featured-icons--load li.product .product-thumbnail .product-featured-icons {
display: none;
}
}Editor is loading...
Leave a Comment