Set fixed width for experimental product layout

This commit is contained in:
Chi-Hsuan Huang 2022-05-12 14:08:03 +08:00
parent 5453737747
commit 8440400f3c
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,12 @@
.woocommerce-products-stack {
width: 550px;
@media (max-width: 550px ) {
& {
width: 100%;
}
}
a {
text-decoration: none;
color: #007cba;