• Resolved sortedwpps

    (@sortedwpps)


    Hello, I have some problems with products summary table – I can’t change size of the calculation widget on the left, so I was thinking to make text field on the right a little bit less wide. How can I do this? Thank you for your help.

    Problem: https://ibb.co/sq7DWJh

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Riaan K.

    (@riaanknoetze)

    Hi there,

    While I’m not exactly sure where on your site you’re seeing that table, you could try adding custom CSS to force a width on the column 🙂

    Thread Starter sortedwpps

    (@sortedwpps)

    Hey, sorry for the delay. That table is on the last page of WooCommerce payment process – it’s a table with summary of products and message from customer. I hope you will be able to help me resize that text (message from customer) area. How to make it less wide?

    Plugin Support Riaan K.

    (@riaanknoetze)

    We can try although the layout seems to be pretty odd to start with 🙂

    Do you have a direct link to that page to check the underlying CSS and what’s possible?

    Thread Starter sortedwpps

    (@sortedwpps)

    Plugin Support Riaan K.

    (@riaanknoetze)

    Thanks for that link – that came in quite handy 🙂

    To force a specific width on that table, you could try the following custom CSS under **Appearance > Customize > Additional CSS**:

    
    table.shop_table th {
      width: 50%;
    }
    
    Thread Starter sortedwpps

    (@sortedwpps)

    This is it, thanks for your support!

    Thank you!

    Thread Starter sortedwpps

    (@sortedwpps)

    There is one more problem. My cart table with products now looks like this – attachment link. There is a way to view separate table width for that table?

    Link: https://ibb.co/DfzFm6p

    Plugin Support Riaan K.

    (@riaanknoetze)

    Oh man, I should have been more specific in targeting ONLY that page. Please replace the previous code I shared with the following:

    
    .woocommerce-order-received table.shop_table th {
      width: 50%;
    }
    

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Order Summary Text/Table Format’ is closed to new replies.