Custom Page Table not Centered, Tried mod-ing liquid files and page code

Hi Guys,

I made a page uses the standard page template, in that page I have a table with a picture in each cell.

When I look at the page in the finished site, the left margin is fixed, the right margin gets pushed out too far.

Tried modifying my theme file, didn’t work.

Tried modifying my page file, didn’t work.

Please help.

Here is my page code:

Custom Organic Walls Available on Request

Send Judith Direct Message via Contact Page

You can see my

above and below.

See how the whole thing is offset to the right?

Compared to the standard catalog page, which is centered nicely:

Added :

.rte__table-wrapper table { display: table; margin: 0 auto; }

to the bottom of theme.liquid file like this:

.rte__table-wrapper table {
display: table;
margin: 0 auto;
}

That did not work lol, probably should at least be inside the tags, where thought?

The liquid file is quite large and confusing