Skip to content
Theme UI
GitHub
  • Getting Started
  • Theming
  • The sx Prop
  • Styling MDX
  • Color Modes
  • Themed
  • MDX Components
  • Hooks
  • API
  • Theme Specification
  • Customize
  • Demo
  • Resources
  • Components
  • Packages
  • Guides
  • Recipes
    • Gatsby Link
    • Flexbox Layout
    • CSS Grid
    • Centered Container
    • Tiled Layout
    • Stack Layout
    • Flexbox sidebar
    • Button
    • Header A1
    • Header A2
    • Header A3
    • Header A4
    • Header A5
    • Footer A1
    • Footer A2
    • Footer A3
    • Footer A4
    • PostList A1
    • PostList A2
    • MDX Table Align
  • Migrating
  • GitHub

MDX Table Columns Align

You can use standard MDX align styling to overwrite the column text align prop

| Left | Centre | Right |
| :--- | :----: | ----: |
| 1 | 2 | 3 |
LeftCentreRight
123
Edit the page on GitHub
Previous:
PostList A2
Next:
Migrating