Hi Kyle,
I am experiencing a similar problem after updating to J3.6.2 CB2.0.15, where my canvas image is displaying at a different width for each profile tab - see attached image.
I ran CB Tools - Load Canvas Layouts, but this didn't fix the problem.
When I switched the default template to Protostar the canvas and profile display correctly, so it looks like there is a css conflict originating with my preferred J51_Oxygen template.
I know this isn't a CB issue, but can you suggest any way to track down the conflict?
Thanks,
Philip.
01Sep2016 - Update: SOLVED
Adding the following to the Oxygen template's Custom CSS parameters field fixes the problem:
Code:
#content_full {
width: 100%;
}