Home › Forums › CSS › Responsive Two Column / Multi Row Grid › Reply To: Responsive Two Column / Multi Row Grid
November 4, 2016 at 10:00 am
#247459
Participant
Looks like this is what you wanted instead of your current @media
query:
@media only screen and (max-width: 750px) {
.items .item {
width: 100%;
}
}