• Resolved nikhil.chaudhary

    (@nikhilchaudhary)


    After upgrading the theme to the latest version, I found that the CSS for the cart page is missing from blocksy/static/bundle/woocommerce.min.css

    We used to have the CSS for the class: .ct-cart-form but now it’s not there.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @nikhilchaudhary

    Ok, what seems to be the problem with this? ?? Could you get back to us with the full story on what you’re trying to achieve?

    Thanks.

    Thread Starter nikhil.chaudhary

    (@nikhilchaudhary)

    @cteduard The latest version just broke the cart page layout because of below lines have been removed now:

    @media (min-width: 1000px)
    .ct-cart-form {
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 50px;
    }

    .ct-cart-form {
    display: grid;
    }

    These CSS styles was in /blocksy/static/bundle/woocommerce.min.css

    Hello @nikhilchaudhary

    I can assure you that no cart layout was broken due to a rename of class. Everything looks actually quite good – https://ibb.co/WtF0fzz

    Do you have more information about how it “broke” on your end? Maybe a URL that we could check?

    Thanks.

    Thread Starter nikhil.chaudhary

    (@nikhilchaudhary)

    Ok, Thanks for the information.

    I see that now the class has been changed from ct-cart-form to ct-woocommerce-cart-form.

    Hello @nikhilchaudhary

    Again, this does not cause any “breakage” as you say, unless you have implemented additional code which relied on the old class. But that’s another story, which we cannot be held accountable for, as it is your responsibility to keep the code updated and refactored as things evolve. ??

    Thanks.

    Thread Starter nikhil.chaudhary

    (@nikhilchaudhary)

    Sure @cteduard We can close the ticket now.

    Thank!

    Take care, @nikhilchaudhary ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Missing WooCommerce CSS for Cart Page’ is closed to new replies.