Archived topic
bar has been added to the cart
3 replies · Started by Xesus on October 5, 2019
Good day
could you help me on how I could change the size of the message bar that says it has been added to your cart.
Thank you
href="https://drive.google.com/file/d/1VifkutRNZrGiKkkOF2fK6BOCx6qxmgSJ/view?usp=sharing">
Hi there,
you can reduce the top and bottom padding with this CSS:
.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 5px 30px;
}
This sets it to 5px and keeps the left and right at 30px;
ok, but this css modifies the height, but does not modify the total width of the bar, I need to modify the width, could you help me thanks
Within that CSS you can add a width: 50%; property or whatever % you choose to do that.