Set fixed width for experimental product layout
This commit is contained in:
parent
5453737747
commit
8440400f3c
|
@ -1,4 +1,12 @@
|
|||
.woocommerce-products-stack {
|
||||
width: 550px;
|
||||
|
||||
@media (max-width: 550px ) {
|
||||
& {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #007cba;
|
||||
|
|
Loading…
Reference in New Issue