List Vertical align image column for mobile
Drop Kick Brewery
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