0

I followed our friend's solution Change checkout order review section in Woocommerce and now I need to edit the css only from the information table after payment, in which file would I be able to change the css of this table? i want it to align right at the top of the page, I've already tried using the selector itself and the id with:

display: flex;
align-items: right;

and it has no effect

zClay
  • 19
  • 2

1 Answers1

-1

You can try adding the CSS with display: flex!important; "important".

Where have you written the CSS code sofar?

Dotsquares
  • 755
  • 1
  • 2
  • 10
  • This answer seems more like a comment. If you post vague answers to poor questions, you can lose reputation when people downvote answers that are not definitive. – Howard E Jul 30 '22 at 11:16