Home › Forums › Pro Support › post column sizes › Reply To: post column sizes
June 14, 2017 at 12:01 am
#2139
Keymaster
1. I’m not sure what you mean by this?
2. Try this CSS:
@media (max-width:767px) {
.wp-show-posts-columns .wp-show-posts-single {
display: flex;
width: 50%;
}
}