forumsever
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Botiga] My cart product name problemThank you @kmacharia
I fixed the problem with CSS, but unfortunately, I couldn’t find the source of the problem. Thank you again for your interest.
Forum: Themes and Templates
In reply to: [Botiga] My cart product name problemThank you. I’ve tried removing all the CSS I’ve added in the past, but the problem still doesn’t go away. It’s likely a conflict with a plugin. Furthermore, both of our websites are experiencing the same issue. I’m currently working on fixing the scrolling on my cart page. I’m attaching an image of the cart page. If you have any suggestions, I’d appreciate it.
Forum: Themes and Templates
In reply to: [Botiga] My cart product name problemHello again, with the change below, it worked just as I wanted. However, I can’t say I’ve completely solved the problem. I’m investigating the cause.
@media (max-width: 767px) {
.woocommerce-cart th.product-name, .woocommerce-cart td.product-name {
display: block;
text-transform: capitalize;
}
}Forum: Themes and Templates
In reply to: [Botiga] My cart product name problemThanks for your reply. I didn’t think there was a problem with the CSS. The code you provided didn’t exactly solve the problem, but I’ll double-check it and try to pinpoint the source of the problem.
Forum: Themes and Templates
In reply to: [Botiga] Changing Zoom IconThank you @kharisblank 🙏