Web 部分磁贴间距问题

Web-part Tile Spacing Issue

我有一个包含 12 个图块的 Webpart,并且排成一大行(带有左右移动的箭头)。

我希望它们为 3 个横跨 4 个向下...我相信这就是 SharePoint 365/2016。抱歉,自 2013 年以来就没有使用过 SP……所以不知道这是否可能。

** 更新**

嵌入代码时我输入:

<style>
/*display rows of 3 items*/
.ms-promlink-body {
  width: 480px;
}
/*hide the arrows when you have more items than viewable*/
.ms-promlink-header{
display:none;
}
</style>

这在编辑器中做我想要的...当我保存它时..我检查 'EDIT SNIPPET' 并得到:

<style unselectable="on">
</style>

有什么想法让它起作用吗?#

更新 这些网站帮助: https://social.technet.microsoft.com/wiki/contents/articles/26522.sharepoint-2013-promoted-links-change-size-wrap-view-handle-click-event-using-jquery.aspx

http://www.balestra.be/2014/04/easy-way-display-promoted-links-tiles-multiple-rows.html

这些网站帮助了:.........

https://social.technet.microsoft.com/wiki/contents/articles/26522.sharepoint-2013-promoted-links-change-size-wrap-view-handle-click-event-using-jquery.aspx

http://www.balestra.be/2014/04/easy-way-display-promoted-links-tiles-multiple-rows.html