Viewing 7 replies - 1 through 7 (of 7 total)
  • Are you using a child theme ? That’s the first step – otherwise your changes will be lost when WP is updated –

    https://codex.www.ads-software.com/Child_Themes

    After you have that set up, please post a link to your site.

    Oh sorry, I missed that you posted your site – sorry. But your child theme is not set up right – the style.css file should contain only changes – not a copy of the parent style.css file.

    So remove all that code and then try the CSS modifications in the other threads.

    Thread Starter francochida

    (@francochida)

    Thanks WPyogi for the quick response,

    I took out the parent copy and now in the child style.css I only have the code below but still no change

    body {
    padding: 0;
    }

    #page {
    margin: 2em auto;
    max-width: 1000px;
    min-width: 1000px;
    }

    Try changing that to this:

    #page {
        margin: 2em auto;
        max-width: none;
        min-width: 1000px;
    }

    That’s really not going to look very good on large browsers, though :/.

    Thread Starter francochida

    (@francochida)

    mmmmmm no change

    Try adding this too:

    .one-column #page {
        max-width: none;
    }

    Thread Starter francochida

    (@francochida)

    WoW!!! That did it. Thanks a lot WPyogi, you rock

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Twenty Eleven not Fitting whole browser window’ is closed to new replies.