Skip to main content

List Vertical align image column for mobile

Drop Kick Brewery

vertical align image

List make the images go above the second column

Add code to List / Advanced / CSS

@media(max-width: 640px) {
    .el-item > .uk-grid {
    display: flex;
    flex-direction: column;
    }
}
  • Hits: 6