Align table in page content and product description
In this article:
- Align table to the middle of the page
- Make table full page width
1. Align table to the middle of the page
Go to Channels > Online store > Themes > Edit source > file theme.scss > search for ** .fr-view
** > add ** margin: 10px auto;
** as in screenshot > Save.
Before:
After:
2. Make table full page width
Go to Channels > Online store > Themes > Edit source > file theme.scss > search for ** .fr-view
** > remove ** width: auto! important;
** as in screenshot > Save.
Before:
After:
Updated on: 22/01/2024
Thank you!