Home › Forums › Pro Support › 2 posts side by side on mobile › Reply To: 2 posts side by side on mobile
November 20, 2018 at 5:26 pm
#6496
Keymaster
Hi there,
This should help:
@media (max-width: 767px) {
.wp-show-posts-columns:not(.wp-show-posts-masonry) {
margin-left: -2em !important;
}
.wp-show-posts-columns .wp-show-posts-single {
display: block;
width: 50%;
}
.wp-show-posts-columns .wp-show-posts-inner {
margin-left: 2em !important;
}
}