SScale Themedocs

Complete collection page configuration: product grid, columns, layout, sorting, pagination, card styles, and empty state.

Collection Page

The collection page is one of the most visited pages in your store. This is where your customers browse, filter, and discover your products. Scale Theme offers a highly configurable Product Grid section that lets you control every aspect of the display.


Product Grid

Columns

The number of columns determines how many products are displayed side by side. You can set different values for desktop and mobile.

SettingOptionsDefault
Desktop columns1 to 54
Mobile columns1 or 22
💡For most stores, 4 desktop columns and 2 mobile columns offer the best balance between product visibility and information density. Reduce to 3 columns if your product cards display a lot of information (variants, description, button).

Grid Layout

Four layout modes are available to vary how your products are presented:

ModeDescription
Grid (default)Classic uniform grid, all products are the same size
FeaturedThe first product is highlighted (spans 2 columns and 2 rows on desktop)
AlternatingEvery 5th product is expanded to 2 columns, creating a visual rhythm
ListHorizontal list display, image on the left and details on the right
ℹ️The Featured mode is particularly effective for highlighting a best-seller or a new product at the top of the collection. The List mode is ideal for products that need more context (description, specifications).

Card Spacing

Control the space between each product card:

SettingOptionsDefault
Grid spacingTight / Normal / WideNormal
OptionSpacingRecommended use
Tight0.5rem (8px)Gallery/moodboard look, board-style layout
Normal20pxVersatile, suits most stores
Wide2.5rem (40px) mobile, 3rem (48px) desktopGenerous spacing, premium and airy look

Border Radius

SettingOptionsDefault
Border radius0 to 50px (step of 2)8px

This setting controls the corner rounding of product cards in the grid.

Grid / List View Toggle

SettingOptionsDefault
Show view toggleYes / NoNo

When enabled, a toggle appears above the grid allowing visitors to switch between grid view and list view. The visitor's choice is saved in the browser (localStorage) and persists between visits.


Products Per Page and Pagination

Products Per Page

SettingOptionsDefault
Products per page8 to 24 (step of 4)16

This number determines how many products are loaded on each page of the collection. Additional products are accessible via pagination.

⚠️A high number of products per page (20-24) can slow down loading on mobile, especially if your product cards include secondary hover images. For optimal performance, 16 products per page is the best compromise.

Numbered Pagination

When the collection contains more products than the per-page limit, numbered pagination appears at the bottom of the grid. It includes:

  • Clickable page numbers
  • Previous/next arrows
  • The current page highlighted
  • Ellipsis for very long collections
ℹ️Pagination uses standard links (?page=2, ?page=3...) which is great for SEO. Each collection page can be individually indexed by search engines.

Product Card Styles

Scale Theme offers 7 different card styles, each creating a unique atmosphere for your collection.

The 7 Card Layouts

LayoutDescription
StandardClassic card with image, title, price, and content below
LookbookEditorial style, the image dominates with info overlaid
MinimalClean, no border or background, focus on the image
TableauCards touch without spacing, art gallery effect
OverflowThe image slightly overflows the frame, dynamic effect
RankingDisplays a ranking number on each product (1, 2, 3...)
ShowcasePremium presentation with enhanced visual effects

in the corner, ideal for best-sellers)

Image Ratio

SettingOptionsDefault
Image ratioAdapt / Square / Portrait / Tall Portrait / LandscapeAdapt
OptionRatioUse case
AdaptOriginalPreserves the native ratio of each image
Square1:1Uniform, ideal for most products
Portrait4:5Ideal for fashion and clothing
Tall Portrait2:3Even more vertical, strong visual impact
Landscape3:2For horizontal products (electronics, furniture)
💡Adapt mode preserves the original ratio of each image, giving a natural look. If your product images have different ratios and this creates an uneven appearance, switch to Square or Portrait for consistency.

Secondary Image on Hover

SettingOptionsDefault
Show secondary imageYes / NoNo

When enabled, the product's second image appears on mouse hover. This is ideal for showing the product from another angle or being worn.

Card Content

Customize the information displayed on each card:

SettingDescriptionDefault
Show vendorBrand/vendor nameNo
Show priceProduct priceYes
Show descriptionShort product descriptionNo
Show swatchesVariant color swatchesYes
Show buttonAction button on the cardNo

Quick Action Button

When the button is enabled, you choose its behavior:

SettingOptionsDefault
Button actionAdd to cart / View product / Quick viewAdd to cart
Button textCustom text"Add to cart"
Button stylePrimary / Secondary / TertiaryPrimary
ActionBehavior
Add to cartDirectly adds the product to the cart (default variant)
View productRedirects to the product page
Quick viewOpens a modal with product details without leaving the page
💡Quick View is an excellent conversion tool. It allows customers to see details and add to cart without leaving the collection, reducing back-and-forth navigation.

Title Position

SettingOptionsDefault
Title positionBelow image / Overlay on imageBelow image

Only available with the Standard layout. The overlay option positions the title and price directly on the image, at the bottom.

Visual Effects

SettingOptionsDefault
Hover effectNone / Lift / Glow / Tilt / RevealNone
Background effectNone / Gradient Blob / GlowNone
Hover effectDescription
LiftThe card lifts slightly with a drop shadow
GlowA luminous halo appears around the card
TiltThe card tilts subtly in 3D based on mouse position
RevealA progressive reveal effect on hover

Card Background and Corners

SettingOptionsDefault
Card backgroundYes / NoYes
Corner radius0 to 30px (step of 2)6px
Asymmetric cornerYes / NoNo
Asymmetric radius0 to 60px (step of 2)24px
Asymmetric corner positionBottom-right / Bottom-left / Top-right / Top-leftBottom-right
ℹ️The asymmetric corner is a signature design detail of Scale Theme. A single corner rounded differently from the others creates a unique and memorable look.

Sale Badges

Sale badges highlight products that are on sale:

SettingOptionsDefault
Show sale badgeYes / NoYes
Badge textCustom text with [savings]"-[savings]%"
Badge colorAccent 1 / Accent 2 / Background / TextAccent 1
Text colorBackground / Text / Accent 1 / Accent 2Background
Show compare-at priceDisplays the strikethrough price next to the current priceYes
ℹ️Use the [savings] placeholder in the badge text to automatically display the discount percentage. For example, -[savings]% will display "-25%" for a product discounted by 25%.

Product Sorting

SettingOptionsDefault
Enable sortingYes / NoYes

When sorting is enabled, a "Sort by" dropdown menu appears, offering the sort options configured in Shopify:

  • Relevance (default)
  • Best selling
  • Alphabetical (A-Z)
  • Alphabetical (Z-A)
  • Price ascending
  • Price descending
  • Date (newest)
  • Date (oldest)

The sort menu location depends on the filter type selected. See the Filters and Facets page for more details.


Empty Collection

When a collection contains no products (either because it's empty or because active filters exclude all results), a message is displayed:

The message includes:

  • Text indicating that no products match
  • A reset link to clear active filters and return to the full collection

Customizable Blocks

The Product Grid section supports injectable blocks at two positions:

PositionDescription
Before productsContent appears above the product grid
After productsContent appears below the grid, before pagination

Custom Liquid Block

Inject custom Liquid code at the position of your choice. This lets you add promotional banners, descriptive text, or any other HTML/Liquid content within the collection page.

App Block

Integrate third-party Shopify app blocks directly into the collection page.

💡Use a Custom Liquid block in the "Before products" position to add a promotional message or seasonal banner at the top of your collection without modifying the template.

Animations

The product grid supports Scale Theme's animation system. When enabled, product cards appear with an entrance animation on scroll (fade, slide, zoom, etc.), with a stagger effect on the first 12 products.

SettingDescription
Enable animationsEnables card entrance animations
Animation typeChoose the animation (fade-up, zoom-in, etc.)
StaggerCascade effect with progressive delay

Global Settings

Like all Scale Theme sections, the collection page includes global settings:

SettingDescription
Color paletteSection color scheme
Container widthNarrow / Normal / Full / Full padded
MarginsTop and bottom padding (mobile and desktop separately)
SeparatorsSVG separators at the top and/or bottom of the section
VisibilityHide on mobile or desktop

Best Practices

  1. Optimize your images: Use consistently sized product images for a uniform look in the grid.
  2. Choose the right number of columns: 4 columns for large catalogs, 3 for premium stores, 2 for products that need large images.
  3. Enable quick view: It's a conversion accelerator that reduces friction.
  4. Limit products per page: 16 is the optimal number. Beyond that, loading can slow down.
  5. Test on mobile: Always check the appearance on a phone — that's where the majority of your visitors will be browsing.