Okay
  Public Ticket #1064394
Checkout Page - Shipping Methods Not Wrapping - Formatting Issue on iPad etc
Closed

Comments

  •  2
    kubik101 started the conversation

    Take a look at the screen shot.

    Notice how the Shipping Methods are not wrapping and making the left hand column of the mini cart table very thin and undesirable.

    Can you provide a fix please?

    Thank you.

  • [deleted] replied

    Hi kubik101,

    Can you please share your Wordpress credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   kubik101 replied privately
  • [deleted] replied

    Hi there,

    Please add the code below to Custom CSS

    .woocommerce .cart_totals table tr td, .woocommerce .cart_totals table tr th {
        word-break: normal !important;
    }