如何更改WooCommerce Checkout小部件订单摘要列宽度

发布于 2025-01-21 23:56:57 字数 231 浏览 1 评论 0原文

我正在使用Astra主题和WooCommerce结帐小部件。摘要中的第一列太窄,因此它压缩了产品名称。如何更改第一列宽度?

I'm using Astra theme and WooCommerce checkout widget. The first column in order summary is too narrow so it compresses the name of the product. How to change first column width?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千柳 2025-01-28 23:56:57

看来我找到了控制它的CSS。将最大宽度更改为300px,现在看起来更好。

.Elementor-Widget-wooCommerce-checkout-page .wooCommerce .wooCommerce-checkout-review-review-rorder-table .cart_item td.product-name {padding-right:40px;最大宽度:150px; }

Looks like I found the css which is controlling it. Changed max-width to 300px and it looks better now.

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name { padding-right: 40px; max-width: 150px; }

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文