• Help!
    Just went to look at my page and the page content is all of a sudden super narrow with wide background margins in Chrome. No changes were recently made by me. Looks fine in IE. Here is the site: truecompanioncare.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Suggest loading this plugin:
    https://www.ads-software.com/plugins/simple-custom-css/

    Next go to Admin page > Appearance > Custom CSS and enter this style:

    @media screen and (min-width: 600px) {
    .site {max-width: 960px}
    }

    Thread Starter valannbee

    (@valannbee)

    Thanks, I tried your suggestion but it just makes the white space wider. The menu and sidebar text is much smaller than it was before. It looks normal in IE, but not in Firefox or Chrome. Could you open in IE to see what I mean? The Twenty Twelve theme doesn’t look like this in other pages and I can’t figure out how it changed with out user input.

    OK, please remove the previous suggestion.

    It looks like your firmasite-theme-enhancer plugin could have adversely altered the html font-size style. Did you install or update this recently? As a test you could deactivate the plugin and see if that corrects the issue.

    Either way, try this style to overwrite the plugin style and so restore the html font-size style to what it was:

    html {font-size: 87.5% !important}

    Thread Starter valannbee

    (@valannbee)

    Deactivating the plug-in worked! I put the code into the Custom CSS afterward.
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pages in Twenty Twelve theme too narrow’ is closed to new replies.