• I just upgraded to 4.0 and now am having issues with main content (pages and posts) not filling the full width (significant white space on either side of the main content).

    I’ve checked multiple browsers and deleted the browser cache with no help. Any help would be GREATLY appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter roehmj1

    (@roehmj1)

    I should have mentioned I’m running the Twenty Fourteen theme. It seems as if it may be an issue with the theme. When I switch to Twenty Thirteen I still have the problem, but not with Twenty Twelve. Site address is:

    Thread Starter roehmj1

    (@roehmj1)

    Resolved. For some reason the max-width in my CSS was changed from 974 to 474 px during the upgrade. I’ve now corrected.

    .page-content {
    margin: 0 auto;
    max-width: 974px;

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Upgrade to 4.0 – main content width problem’ is closed to new replies.