Skip to main content

List Element Small Screens, put text under image

Add code into Advanced tab

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