Open kotmatpockuh opened 9 years ago
@kotmatpockuh changed through css:
.wp-tiles-container{
height: auto!important;}
.wp-tiles-grid {
width: 100%;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.wp-tiles-loaded .wp-tiles-tile {
position: relative;
width: width you want!important;
height: height you want!important;
top: 0!important;
left: 0!important;
margin-bottom: margin between tiles;
}
For example in css i set min-height for tile, but when i load page - height is calculated with a little bit of "magic". And it cause some "bad" .top offset How can i set min tile height?