Skip to main content

Collection Page

Overview

The Collection Grid section is a versatile and highly customizable component of the Label One theme that displays your products in a responsive grid layout. It includes features such as filtering, sorting, customizable spacing, and the ability to insert promotional images within the product grid.

Key Features

  • Responsive grid layout with customizable columns
  • Product filtering and sorting capabilities
  • Customizable title and breadcrumb display
  • Adjustable spacing between products
  • Sticky positioning for filters
  • Inner grid promotional images
  • Pagination with "load more" functionality
  • Compatible with product siblings/swatches feature

Settings Guide

Page Title Settings

SettingDescriptionOptions
Title sizeControls the size of the collection titleXS to 7XL (responsive options available)
Title alignmentSets the horizontal alignment of the titleLeft, Center, Right

Filter Settings

SettingDescriptionOptions
Show product filterToggles the display of product filtering optionsOn/Off
Show sort filterToggles the display of sorting optionsOn/Off
Enable sticky positioningMakes filters stick to the top when scrollingOn/Off
Filter alignmentSets the horizontal alignment of filtersLeft, Center, Right
Filter Groups Default StateControls how filter groups initially appearFirst Group Open, All Groups Open, No Groups Open
SettingDescriptionOptions
Breadcrumb text sizeControls the size of breadcrumb textDo not display, XS, S, Base
Breadcrumb alignmentSets the horizontal alignment of breadcrumbsLeft, Center, Right

Inner Grid Spacing

SettingDescriptionOptions
Horizontal spacingControls the horizontal gap between products0-100px
Vertical spacingControls the vertical gap between product cards0-100px

Layout Settings

SettingDescriptionOptions
Remove product info paddingRemoves left/right padding from product informationOn/Off
Horizontal spacing sizeAdjusts the overall horizontal spacingNone, Small
Number of products per rowSets the number of columns for desktop view2-5
Number of columns on mobileSets the number of columns for mobile viewOne column, Two columns
Products per pageControls how many products display before pagination4-48
Indent sectionAdds indentation to the left and right edgesOn/Off
Color schemeSets the color scheme for the collectionTheme color schemes

Section Padding

SettingDescriptionOptions
Top section paddingControls the padding at the top of the section0-100px
Bottom section paddingControls the padding at the bottom of the section0-100px

Blocks

Inner Grid Image

Insert promotional images between product rows in your collection.

SettingDescription
ImageThe image to display
LinkOptional URL the image links to

Note: The first image appears after the 2nd row of products, and the second image (if added) appears after the 6th row.

Setup Instructions

Basic Setup

  1. Navigate to your Shopify admin → Online Store → Themes
  2. Click Customize on your current theme
  3. Select a collection page
  4. The Collection Grid section should be present by default

Customizing Your Collection Grid

Adjust Grid Layout:

  • Set your desired number of columns (2-5 for desktop, 1-2 for mobile)
  • Configure horizontal and vertical spacing between products
  • Choose products per page (4-48)

Configure Filters:

  • Enable/disable product filtering and sorting
  • Set filter alignment and default state
  • Toggle sticky positioning

Add Inner Grid Images:

  1. Click "Add block"
  2. Select "Inner Grid Image"
  3. Upload an image and add an optional link
  4. Add up to two promotional images

Product Siblings Integration

The Collection Grid works seamlessly with the Product Siblings feature, displaying color swatches on product cards when enabled:

  1. Ensure Product Siblings is enabled in Theme Settings → Product siblings
  2. Set up required metafields for your products (see Product Siblings documentation)
  3. Color swatches will automatically appear on product cards in your collection

Best Practices

Responsive Design:

  • Test your collection on mobile, tablet, and desktop
  • Consider using fewer columns (3-4) for better readability

Product Images:

  • Use consistent aspect ratios for product images
  • The default aspect ratio is set in Theme Settings → Product cards

Spacing:

  • Balance spacing for a clean look (10-20px recommended)
  • Consider enabling borders in Theme Settings → Borders for visual separation

Inner Grid Images:

  • Use images that match your collection's width
  • Create images with aspect ratios that complement your products

Performance:

  • Keep products per page reasonable (16-24 recommended)
  • Use appropriately sized images to maintain fast loading times

Troubleshooting

  • Filters not appearing: Verify that your collection has filterable tags or metafields
  • Product swatches missing: Check Product Siblings settings and product metafields
  • Uneven grid: Ensure product images have consistent aspect ratios
  • Mobile layout issues: Adjust mobile columns and test on multiple devices
  • Inner grid images not showing: Verify block settings and check image dimensions

Advanced Customization

For developers looking to further customize:

  • The main grid layout is controlled in template-collection--grid.liquid
  • Product cards are rendered via the product-card--default snippet
  • Filters are managed through the product-header snippet
  • Pagination uses the Ajaxinate library

Custom CSS can be added to your theme to further personalize the collection grid appearance.