Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Isn’t this just because you’ve given your table a width of 800px?
No it is the same with other widths as well and also if I use fullwidth on pages without tables. :/
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you try removing the 800px width on your table to see if this resolves your issue?
I changed to 800px width to try to resolve the issue in the first place. I removed it again and the problem remains.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I don’t see your issue anymore http://snag.gy/v4KWF.jpg
Oh I think you misunderstood me. I want the content to the left in the white area, next to the menu. Now it’s placed in the middle.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
.full-width .site-content .entry-header,
.full-width .site-content .entry-content,
.full-width .site-content .entry-summary,
.full-width .site-content .entry-meta,
.full-width .page-content {
max-width: 100%;
}