Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive Two Column / Multi Row Grid Reply To: Responsive Two Column / Multi Row Grid

#247459
Alex Zaworski
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%;
  }
}