I was wondering if the grid blog layout should be collapsing to one column on a vertical smart phone screen width?
For instance, http://stage.marqueemgt.com.au/latest-news/ maintains 2 columns even on the narrowest of screens…
Hello bongoman!
I see, adding this code to custom.css/Quick CSS will fix it:
@media only screen and (max-width: 767px) {
.slide-entry-wrap .slide-entry.av_one_half {
width: 100% !important;
margin: 0 !important;
}
}
Regards,
Josue