Hi there.
I have followed the directions from earlier treads to make 4 columns colapse to 2 colums, but this is happening:
The next row push one of the columns under neath, if that makes sense. I have used this CSS:
@media (min-width:500px) and (max-width:1065px){
.oncolumnmobile .x-column {
width: 48%;
float: left;
margin: 1%
}
}
Any ideas?