Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #581810

    Hello,

    When using WooCommerce its changing the width of the columns on the checkout page and I’m not sure why. Its adding this code in my header and I can’t figure out where its coming from. The code is:

    <style type=”text/css” media=”screen”>
    .woocommerce #customer_details .col-1,.woocommerce #customer_details .col-2{
    width: 98%;
    }
    .cart-collaterals .cross-sells{
    display: none;
    }

    @media (max-width:640px) {
    .woocommerce #customer_details .col-1,.woocommerce #customer_details .col-2{
    width: 100% !important;
    }
    }
    </style>

    Thanks

    #582070

    Hi Pappasdg,

    Not sure why either, please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.