Home › Forums › Pro Support › Grid view from Mobile › Reply To: Grid view from Mobile
April 1, 2020 at 4:42 pm
#14415
Keymaster
Try this:
@media (max-width: 767px) {
#wpsp-123.wp-show-posts-columns {
margin-left: -2em !important;
}
#wpsp-123.wp-show-posts-columns .wp-show-posts-single {
width: 50%;
}
#wpsp-123.wp-show-posts-columns .wp-show-posts-inner {
margin-left: 2em !important;
}
}
Just replace 123
with the ID of your list.