SScale Themedocs

Configure Scale Theme's page width, containers, and global padding to adapt your store's layout to your content.

Layout & Spacing

Layout settings control the overall structure of your store: the maximum content width, the percentage of screen used, and the side margins. These settings affect all pages and all sections of your theme (except those that force their own width).


Page width

Page width defines the maximum width in pixels that your content can occupy. It acts as an upper limit: content will never exceed this width, even on ultra-wide screens.

SettingRangeDefault
Page width1000-2000px (step 50)1200px

1000px: Compact and centered

with page width set to 1000px. The content is narrow and well-centered, with lots of white space on the sides on a wide screen. The look is very focused and easy to scan visually.)

When to use it:

  • Stores focused on text and editorial content (blog, storytelling)
  • Stores with few products where each listing is detailed
  • Magazine or editorial style
  • If your content is primarily text, a narrow width improves readability (60-80 characters per line is optimal)

1200px: The standard (default)

When to use it:

  • The majority of stores
  • Good balance between content density and readability
  • Works equally well for product grids and text content

1400px: Wide

When to use it:

  • Stores with lots of visual content (fashion, home decor, art)
  • Large catalogs with 4+ column grids
  • When your product images are high quality and deserve space

1600px: Very wide

When to use it:

  • Highly visual stores where images are the focal point
  • Portfolios, lookbooks, galleries
  • Stores targeting users with large screens (design, photography)

Comparison on the same content

💡General rule: If your store sells products where the image is paramount (fashion, decor, food), increase the width to 1400-1600px. If you sell technical products where text matters more (electronics, supplements), keep 1200px or less.

Width percentage (page width %)

The width percentage defines what proportion of the browser window is used for content. This setting works in combination with the pixel-based page width.

SettingRangeDefault
Page width %70-95% (step 5)85%

How the two settings interact

The effective content width is calculated as follows:

Effective width = min(page_width_px, viewport_width x page_width_percentage)

Concrete examples with default values (1200px / 85%):

Screen sizeCalculationEffective width
1920px (large desktop)min(1200, 1920 x 0.85 = 1632)1200px (cap reached)
1440px (laptop)min(1200, 1440 x 0.85 = 1224)1200px (cap reached)
1366px (small laptop)min(1200, 1366 x 0.85 = 1161)1161px (percentage limited)

With a width of 1600px / 85%:

Screen sizeCalculationEffective width
1920pxmin(1600, 1920 x 0.85 = 1632)1600px
1440pxmin(1600, 1440 x 0.85 = 1224)1224px
1366pxmin(1600, 1366 x 0.85 = 1161)1161px

70%: Generous side spacing

When to use it: Ultra-clean design, luxury, when white space is an intentional design element.

85%: The standard (default)

When to use it: Most use cases, a good balance between content and visual breathing room.

95%: Nearly full width

When to use it: Dense catalogs, stores that want to maximize screen usage, product grids with many items.

ℹ️The percentage only has a visible effect on screens where the maximum width (px) has not yet been reached. On a 1920px screen with a max width of 1200px, the percentage has no effect because the 1200px cap is always hit before 85%. Increase the max width in pixels for the percentage to have an impact.

Side padding (margins)

Side padding is the spacing between the screen edge and the content. It is configured separately for mobile and desktop.

SettingRangeDefaultDescription
Mobile padding0-60px (step 4)24pxSide margin on screens < 750px
Desktop padding0-120px (step 4)32pxSide margin on screens >= 750px

Mobile padding: comparison

of a product page with 0px side padding. The content touches the screen edges, no margin. Full-screen look but can feel "cramped" with some content.)

⚠️On mobile, every pixel counts. A padding of 0px makes content touch the edges and hurts readability. A padding of 60px wastes too much precious space. Stay between 16px and 32px for optimal results.

Desktop padding: comparison

💡Desktop padding only affects sections in "Full padded" and "Full" modes. Sections in "Normal" or "Narrow" mode are already constrained by the page width and don't touch the edges.

Containers in sections

Independently from the global settings, each section can choose its own container type via the "Width" setting in its parameters. This lets you mix sections of different widths on the same page.

Narrow container (~800px)

in a Narrow container about 800px wide, centered on the page. The text is comfortable to read at ~60-70 characters per line.)

When to use it:

  • Text sections: about us, policies, blog
  • Contact or newsletter forms
  • Content that requires focused reading
  • FAQ and accordions

Normal container (= page width)

. This is the default container used by the majority of sections.)

When to use it:

  • The majority of sections
  • Product grids, features, reviews
  • Mixed content (images + text)

Full Padded container (100% with padding)

When to use it:

  • Banners and hero sections
  • Full-width image sections with text
  • When you want impact but keep a minimum margin

Full container (100% without padding)

When to use it:

  • Full-width images and videos
  • Immersive sliders and carousels
  • Visual separators between sections

Comparison of the 4 containers on the same section

in all 4 container types: Narrow at top (narrow and centered cards), Normal (standard-sized cards), Full Padded (wider cards), Full (cards spanning the full screen) at bottom.)

ℹ️The container choice is per section, not global. You can have a hero banner in "Full", followed by a product grid in "Normal", followed by text in "Narrow", then a carousel in "Full Padded". This flexibility is one of Scale Theme's key advantages.

Impact on different elements

Product grids

Page width has a direct impact on product card size in grids:

Width3 columns4 columns5 columns
1000px~310px/card~230px/card~180px/card
1200px~380px/card~280px/card~220px/card
1400px~440px/card~330px/card~260px/card
1600px~510px/card~380px/card~300px/card

and on the right with 1600px (wide cards, large detailed images).)

Header and navigation

and on the right with 1600px (spacious navigation with plenty of room).)

and on the right with 1600px (wide columns, airy text).)


Minimalist / editorial store

SettingValue
Page width1000px
Percentage80%
Mobile padding24px
Desktop padding48px

Standard e-commerce store

SettingValue
Page width1200px
Percentage85%
Mobile padding24px
Desktop padding32px

Fashion / lifestyle store

SettingValue
Page width1400px
Percentage90%
Mobile padding16px
Desktop padding32px

Large catalog store

SettingValue
Page width1600px
Percentage95%
Mobile padding16px
Desktop padding24px

Settings summary

SettingTypeRangeDefaultImpact
Page widthRange1000-2000px1200pxMaximum content width
Page width %Range70-95%85%Proportion of screen used
Mobile paddingRange0-60px24pxMobile side margin
Desktop paddingRange0-120px32pxDesktop side margin

Next steps