Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的产品图片目前大约是容器列宽的 30%... 如何制作这部分:
do_action( 'woocommerce_before_single_product_summary' );
全 100% 宽度?
.woocommerce-product-gallery--columns-4.images { width: 100% !important; max-width: 100%; float: none; } .woocommerce-product-gallery--columns-4.images img { width: 100% !important; max-width: 100%; float: none; }
这有助于