Closed winstonford closed 9 years ago
In case anyone else is on the path, I added rules below to my css and it looks ok:
width: 100%;
}
@media all and (min-width: 480px) {
width: 30.5%;
}
}
Glad you were able to sort this out, thanks for posting your solution.
Hi Mandi,
Excellent plug-in. I am trying to have the isotope view go from three columns on a wide display to one column on mobile.
Any tips? Thanks!