I've been working hard on a 3 column mobile display with image blocks. It isn't a gallery and this is the best code I've been able to use, but there are holes in the mobile display . Any ideas?
@media screen and (max-width:767px) {
div#page-5abcddcb88251b734ff78ed1 .image-block {
width: 33%;
float: left !important;
clear: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
}