Reverse order only on add to cart message on single product page.
This commit is contained in:
parent
2bf2b87250
commit
f911b1f4bb
|
@ -462,6 +462,10 @@ dl.variation,
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.woocommerce-message {
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table.variations {
|
table.variations {
|
||||||
|
|
Loading…
Reference in New Issue