Chinese translation of "Change checkout table order review section" in Woocommerce can be called "Modify Woocommerce checkout table order review section"
P粉904450959
P粉904450959 2023-08-28 16:41:39
0
1
475
<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粉904450959
P粉904450959

reply all(1)
P粉143640496

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

Where have you written your CSS code so far?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template