2017-08-09 61 views

回答

0

這個刪除的高度,一旦這樣做了,其實我喜歡它的風格。 如果你不能找到這段代碼命令+ F在你的代碼編輯器,然後搜索高度或類名的一個圖像中

然而,更重要的問題的要點,再加入:

.index-item-title { 
    margin: 20px; 
} 
0

.index-item-image-alignment-center.index-item-image-crop .index-item-image-wrapper.content-fill, .index-item-image-alignment-left.index-item-image-crop .index-item-image-wrapper.content-fill, .index-item-image-alignment-right.index-item-image-crop .index-item-image-wrapper.content-fill { 
    display: block; 
    height: 100%; 
    width: 100%; 
    max-height: none; 
    max-width: none; 
    text-align: center; 
    top: 0; 
    right: 0; 
    bottom: 91px; 
    left: 0; 
} 

和與bottom: 91px;取代 with bottom: -2vw in

.index-item-title-alignment-bottom.full-bleed-index.site-outer-padding-medium .index-item-text-wrapper { 
    bottom: -2vw; 
} 
相關問題