CSS to make image bigger on classic list
-
I made a little custom CSS snippet to make the image on the classic list view bigger when using larger screens. This way the responsive list view on mobile still looks nice.
Use if you like.
@media only screen and (min-width: 767px) { .mec-event-image { width: 250px !important; } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS to make image bigger on classic list’ is closed to new replies.