Hi it would be great to be able to view multiple post at once on the mobile view rather than one by one while scrolling to create better viewing efficiency.
1 Like
Hi @Jasmine_Gilliam, thanks for sharing your idea!
Just to clarify, you’d want to control a number of posts displayed in the mobile views, correct?
1 Like
Hi there, @Jasmine_Gilliam
If you’d like to increase the number of columns on mobile, please specify the number of columns you’d like to have. We’ll try to find a solution for you
yes
I’m thinking 3 columns, thank you so much
1 Like
Got it, thanks!
Unfortunately, there is no way to display more than 2 columns on mobile. If 2 columns work for your case too, please use this code in the Custom CSS field
.eapp-team-showcase-grid-item {
max-width: 25%;
}
.eapp-team-showcase-member-card-info-component {
max-width: 100%;
}
@media (max-width: 700px) {
.eapp-team-showcase-grid-item {
max-width: 50%;
}
}
1 Like
Thanks! This is much better.
1 Like
Great, you’re welcome