使用css删除空格

时间:2017-12-24 作者:Stefano

如何消除单个产品页面中正常价格和数字价格之间的空白?请查看此屏幕截图:screenshot

此处为URL:https://www.editorialufv.es/catalogo/territory-inhabited/

1 个回复
最合适的回答,由SO网友:Temani Afif 整理而成

您可以将此添加到自定义CSS中,以删除价格的边际底部并减少此空白:

p.price {
   margin-bottom: 0;
}

结束