Viewing 2 replies - 1 through 2 (of 2 total)
  • Setting One Column max width to 100% will work for you if you remove the padding from the body like –

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

    Body padding should be 0 like –

    body {
        padding: 0;
    }
    Thread Starter janarch

    (@janarch)

    Thanks! That was way too easy. Originally I wanted the feature image to have some padding around it with a dashed boarder but full width looks way better.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[theme: twenty eleven] full screen nav bar’ is closed to new replies.