Home  >  Q&A  >  body text

Chinese translation of "Change checkout table order review section" in Woocommerce can be called "Modify Woocommerce checkout table order review section"

<p>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: </p> <pre class="brush:php;toolbar:false;">display: flex; align-items: right;</pre> <p>But it had no effect</p>
P粉904450959P粉904450959390 days ago419

reply all(1)I'll reply

  • P粉143640496

    P粉1436404962023-08-29 15:24:27

    You can try to use display: flex!important; CSS code and add "important".

    Where have you written your CSS code so far?

    reply
    0
  • Cancelreply