I am trying to use custom CSS to change the width of woo-commerce store notices, among other things. The CSS does not work, it seems there is a parent container which is constraining the width of the div but I cannot seem to find it.
To see the issue for yourself, head over to any product on the website, such as [this one]), and add it to your cart. Website URL: [https://somnusbed.co.uk])
CSS I am using, but isn’t working:
div.woocommerce-notices-wrapper {
display: flex;
justify-content: space-evenly;
width: 1000px;
}