Is it possible to get just 1 column on smartphones?
Pictures are deformed on smartphones.
I tried this in my css (read it here):
@media (min-width : 320px)
and (max-width : 480px) {
.laatstenieuws .minifrontpage-default .mfp-table-cell {
width: 100%!important;
display: block!important;
float: left!important;
padding-right:0!important;
margin-right:0!important;
}
}
and
@media only screen and (max-width: 40em) {
.minifrontpage-default > div {
display:block!important;}
}
But nothing happens.
I hope you can help me