Viewing 4 replies - 1 through 4 (of 4 total)
  • Try doing a hard refresh (ctrl + F5). I checked your site and it looks full width to me. Some of your settings may be cached.

    I just had the same, try this:

    Under Appearence/Editor Open stylesheet.css. ctrl+f find the class .center and change width from 85% to 100%

    I still have a little margin though, but I′m working on it ??

    Thread Starter compasspointmarketing

    (@compasspointmarketing)

    Not totally full, but a LOT better. Thank you!

    I misunderstood what you were asking. My apologies. You wanted a full SCREEN layout. The content of your site is full width, however your width is not full screen.

    try this in your custom css or your child them’s style.css file

    body {
        padding: 0;
    }
    .site {
        max-width: 100%;
    }
    img {
        width: 100%;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full width isn't working’ is closed to new replies.