I followed our friend's solution to change the checkout order review section in Woocommerce, now I only need to edit the CSS of the information table after payment, in which file should I change the CSS of this table? I want it to be right aligned at the top of the page, I've tried using the selector itself and the id:
display: flex; align-items: right;
But it had no effect
You can try to use
display: flex!important;
CSS code and add "important".Where have you written your CSS code so far?