Home › Forums › Pro Support › Column alignments › Reply To: Column alignments
July 27, 2016 at 7:51 pm
#289
Keymaster
Nice catch – can you check to see if this CSS fixes it?:
.wp-show-posts-columns .wp-show-posts-inner {
flex: 1;
}
If so I’ll release an update 🙂