Prime Direction

Container Width

Echo uses CSS custom properties for its main content widths. Add your overrides through Code Injection.

:root {
  --container--max-width: 1300px;
  --container-small--max-width: 800px;
  --container-wide--max-width: 1600px;
  --container-full--max-width: 100%;
}