标签: css wordpress
我只想减少店面中的产品间距。我正在使用一个子主题并尝试从这里和那里添加css到子主题style.css但没有任何影响。
有人可以帮我调整一下产品间距。尽管调整了缩略图的大小,但填充太宽了。
请帮助!
答案 0 :(得分:0)
尝试添加此代码:
.storefront-full-width-content .site-main .columns-3 ul.products li.product { width: 20%!important; }