By DrupalDope, 14 October, 2022 to achieve a neat responsive grid of equal width view row items, just use the following CSS on div.view-content : display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); done. Tags Drupal 9 tricks Log in to post comments Comments
Comments