Home Forums Online Portfolio WooCommerce Checkout page formatting

Viewing 1 reply thread
  • Author
    Posts
    • #6074
      EAUSTIN494
      Participant

      Hi, I have a problem that the checkout page fields are all squished and out of order. The site is http://www.artistjodygoldman.com
      Thanks

    • #6076
      arjun
      Keymaster

      go to customize > additional css copy and paste  below css and published it 

      .col-1 {
      flex: 0 0 100%!important; max-width: 100%!important;}
      .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 
      { float: left; width: 100%;}
      .col-2 {

      flex: 0 0 100%!important;  max-width: 100%!important;  }

Viewing 1 reply thread
  • You must be logged in to reply to this topic.