Viewing 2 replies - 1 through 2 (of 2 total)
  • white-space: pre; is the villain, but I can’t tell where it coming from.

    You can fix it with some custom css:

    table, div {
      white-space:normal;
    }
    

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

    Thread Starter dominikaco

    (@dominikaco)

    I have no idea why this code was missing but THANK YOU SO SO MUCH!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cart and Checkout Pages gone too big’ is closed to new replies.