Hi,
can you please start resizing the windows on this url: http://eus.artbooks.mk/mk/profil/media
and tell me how to fix when the thumbnails are getting displaced in the second row?
Thanks,
Gorast
.gkNspPM-VideoList .gkItemsPage figure:nth-child(2n+3) {
clear: both;
}
@media only screen and (max-width:479px) {
.gkNspPM-VideoList .gkItemsPage[data-cols="4"] figure {
clear: both;
float: none;
width: 98%;
}
}