Reverse order only on add to cart message on single product page.

This commit is contained in:
Peter Fabian 2019-11-26 09:58:52 +01:00
parent 2bf2b87250
commit f911b1f4bb
1 changed files with 4 additions and 0 deletions

View File

@ -462,6 +462,10 @@ dl.variation,
opacity: 0.2;
}
}
.woocommerce-message {
flex-direction: row-reverse;
}
}
table.variations {