Skip to content

Listing

Listings provide a simple image and title display for lists of items. They work well for paginated listings of articles, profiles, search results, or other full-page lists of similar data.

Open Full Example
<div class="listing listing--photo-left">
  <div class="listing__row">
    <div class="listing__photo"><img src="/test-image-profile.webp" alt="Test Image" /></div>
    <div class="listing__content">
      <div class="listing__title">Listing title (Photo Left)</div>
      <div class="listing__teaser">Listing teaser</div>
    </div>
  </div>
  <div class="listing__row">
    <div class="listing__photo"><img src="/test-image-profile.webp" alt="Test Image" /></div>
    <div class="listing__content">
      <div class="listing__title">Listing title (Photo Left)</div>
      <div class="listing__teaser">Listing teaser</div>
    </div>
  </div>
</div>
<div class="listing listing--photo-right">
  <div class="listing__row">
    <div class="listing__photo"><img src="/test-image-profile.webp" alt="Test Image" /></div>
    <div class="listing__content">
      <div class="listing__title">Listing title (Photo Right)</div>
      <div class="listing__teaser">Listing teaser</div>
    </div>
  </div>
  <div class="listing__row">
    <div class="listing__photo"><img src="/test-image-profile.webp" alt="Test Image" /></div>
    <div class="listing__content">
      <div class="listing__title">Listing title (Photo Right)</div>
      <div class="listing__teaser">Listing teaser</div>
    </div>
  </div>
</div>
  • Dedicated listing pages: Listings work well for dedicated pages displaying lists of articles or profiles
  • Search Results
  • Use profile on less wide photos: The layout adapts depending on the photo size, so limit the size so the layout looks correct.
  • Don’t use for non-grouped data: Listings are designed with grouped data at their core. Don’t use them just to layout content, use “split” grids instead.
ClassnameEffectReason to Use
listing--photo-leftPhoto is on the left, text on the right (Default)Use when needed for page’s design
listing--photo-rightPhoto is on the right, text on the leftUse when needed for page’s design