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.
@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.
Ok, Thanks for the information.
I see that now the class has been changed from ct-cart-form to ct-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.
Sure @cteduard We can close the ticket now.
Thank!
Take care, @nikhilchaudhary 🙂
