• Resolved lennardmulder

    (@lennardmulder)


    Hello,

    If you go to my webshop, put some items in your cart and to go checkout, there’s a table on the right side of the page called “your order”.

    The table is made up out of 2 columns and I would like the left column to be more narrow, and the right column to be wider.

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    If you don’t mind me saying so, having a full-width page layout would be better ??

    This is possible by assigning the page template for both your cart and checkout pages to be full width as can be seen in the following screenshot: https://cld.wthms.co/eVHvX2

    Thread Starter lennardmulder

    (@lennardmulder)

    Thanks RK, that actually looks a lot better already! I would still like to make the left column narrower so that the right column has a wider space (much more characters are in the right column).

    Do you know how to change this as well?

    Try this custom css:

    table.woocommerce-checkout-review-order-table .product-name {
      width: 200px;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Checkout -> Your order, table needs changing’ is closed to new replies.