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.
我一直试图解决这个问题几个小时没有运气。
现在 WooCommerce 特色产品小部件垂直显示产品。我想让特色产品并排(水平)显示。
我已经到处找了我能想到的地方,我只是找不到我需要编辑来实现这一点。
所有帮助将不胜感激!
固定每个产品的宽度并使用 css 属性
float:left;
横向展示特色产品。