只是在這裡張貼,如果你剛好遇到一樣的問題。
如果您使用的是圖標列表小部件,並且您的項目佔據了兩行,
那麼您的圖標將在兩行之間居中,而不是停留在頂部。
下面是修復它的CSS。
.elementor-icon-list-items .elementor-icon-list-item {
position: relative;
}
.elementor-icon-list-items .elementor-icon-list-icon {
position: absolute;
top: 6px;
left: 0;
}
.elementor-icon-list-items .elementor-icon-list-text {
margin-left: 27px;
}