free-crochet-patterns
New Coder
Hello
!
Hopefully there is a css writing expert here who has a good solution for my masonry Wordpress theme script.
The intention is to get two columns of images on small screens (such as a mobile phone) instead of one column (as it is standard in the theme).
So far I have the code below, but with this code I get irregular empty gabs between images (see photo).

This is the script:
The link to my website is www.free-crochet-patterns.com
Any idea how I can make the images fit together nicely without big gaps? I would be sooo happy if this can be solved. Thanks a lot for helping me out.
Lisa

Hopefully there is a css writing expert here who has a good solution for my masonry Wordpress theme script.
The intention is to get two columns of images on small screens (such as a mobile phone) instead of one column (as it is standard in the theme).
So far I have the code below, but with this code I get irregular empty gabs between images (see photo).

This is the script:
CSS:
@media (max-width: 767px) {
.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v3 .item-isotope { padding: 15px 5px !important; float: left !important; width: 49% !important;
} .index-isotope.v3 article.pluto-post-box.format-quote .post-body { padding: 15px!important;}
}
The link to my website is www.free-crochet-patterns.com
Any idea how I can make the images fit together nicely without big gaps? I would be sooo happy if this can be solved. Thanks a lot for helping me out.
Lisa