Auto Height on mobile

Unfortunately, it’s impossible to set a specific number of posts per page at the moment. However, this idea sounds interesting, and I’ve added it to the Wishlist on your behalf - Limit number of posts displayed on page

Also, there is no way to set the auto height based on content to completely remove the scroll bar on mobile.

The only solution is to slightly reduce the height of the images and spacing between posts:


@media screen and (max-width: 640px) {
  [class*="card-container__CardContainer-sc"] [class*="background-card__BackgroundCardMediaImage-sc"],
  [class*="card-container__CardContainer-sc"] [class*="MediaContainer__Container-sc"]{
    padding-top: 200px !important;
  }

  [class*="layout__Grid-sc"] {
    gap: 20px !important;
  }
}

Please let me know if this explains things or if you have any questions left :slightly_smiling_face:

2 Likes