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
Add code into Advanced tab
@media(max-width: 640px) {
.el-item > .uk-grid {
display: flex;
flex-direction: column;
}
}