Home › Forums › Pro Support › Some suggestions (you might already have solutions for?) › Reply To: Some suggestions (you might already have solutions for?)
October 30, 2017 at 3:04 pm
#2876
Participant
Well after all that I solved my responsive columns by setting the WP Show posts columns to 2 and adding:
@media only screen and (min-width: 800px) { .masonry-brick {
width: 33.3%;
}
}
I’m still really struggling to figure out a way to have different excerpts on WP Show Posts and the blog page though.