btw… i do know how to use google and i have tried all suggestions that came up
non of them changed anything
but maybe it could be due to lack of precission of that to edit where.
or that the instructions are outdated
and maybe its my fraight plugin fault
the shipping/fraight is this one: https://da.ww.wp.xz.cn/plugins/pakkelabels-for-woocommerce/
it works fine, just a tad “squeezed”
just discovered that on the cart page the plugin is placed under the products
but i assume that this is due to the totals are there too
Hi There,
Have you tried removing/adjusting the padding/margin that can cause the such situations? You can start with the CSS below and then tweak it from there:
.woocommerce-checkout table td, table th {
padding: 0 !important;
}
Once you finalize the CSS then you can place the css under **Appearance >> Edit CSS**.
Cheers.
one question… the css you list where do i put that until i have it right?
**Appearance >> customize >> additional css ?
btw there is no Appearance >> Edit CSS
screenshot: https://imgur.com/a/RTpVYne
Appearance >> customize >> additional css
did not work there
anyone have better ideas or instructions?
found some partial good info here
https://ww.wp.xz.cn/support/topic/checkout-your-order-table-needs-changing/
is it possible to change just one part of the column so that the part with order items stays the same but only the part where my shipping plugin is is made different?
i know its one table, but would it be hard to split it up in 3 and only adjust one of them?