> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Align table in page content and product description

###### In this article:
1.  Align table to the middle of the page 
2.  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.

![](https://storage.crisp.chat/users/helpdesk/website/1a09f8393b38ac/4000c04c-374a-4dfd-aa74-bd3fa7_1tt9c8w.png)

**Before:**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/untitled-design-18_1gyvfv7.jpg)

**After:**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/untitled-design-19_6gcoa8.jpg)

---
## 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.

![](https://storage.crisp.chat/users/helpdesk/website/358057f103d73600/0ecd8f3f-0f1f-48b5-a5eb-5cc932_x6nfm9.png)

**Before:**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/untitled-design-19_1wqfdpl.jpg)

**After:**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/untitled-design-20_10gi2kf.jpg)