产品列表标题只显示一行
1、打开主题代码编辑->打开theme.scss.liquid文件->在文件最后面加上以下代码:
.CollectionInner__Products{
min-width: 0;
}
.ProductItem__Info .ProductItem__Title a{
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.CollectionInner__Products{
min-width: 0;
}
.ProductItem__Info .ProductItem__Title a{
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}