Chinese translation of "Change checkout table order review section" in Woocommerce can be called "Modify Woocommerce checkout table order review section"
P粉904450959
2023-08-28 16:41:39
<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>
You can try to use
display: flex!important;
CSS code and add "important".Where have you written your CSS code so far?