Woocommerce Edit Update Cart Button

Hi, Thanks for all your previous help. Lastly, I would like to push the update cart button to the right, and have it consistent colour with the other buttons. This is the page and Ive attached screenshot

https://bubblefabulous.co.nz/cart/

hey there

Please add this CSSĀ in appearance - customize - additional CSS

.woocommerce table.shop_table td.actions > button {
float: right !important;
bottom: -50px;
position: relative;
background: #009fbf !important;
color: white !important;
opacity: 1 !important;
}

Thanks!
Colorlib Support Team

HI thanks but its coming up as error?

Hi there,
Thanks for keeping in touch.
In this case, there seems to be an issue with how you are placing the code especially because there is an added symbol. Please ensure that you have the code placed just as it is. You may first copy it to notepad and transfer it to the customize section.

Please let us know if this helps.
Best Regards,
Support.