• on
    https://bit.ly/rpkXOX

    if you look to the left of the word Home and to the right of the text in the right sidebar, there’s about half inch or so of space/padding.. i tried

    #primary {
    	padding:0px;
    }
    #sidebar-page-custom {
    	padding:0px;
    }
    #main {
    	padding:0px;
    }

    all of the above.. and it wont move..

    thanks to everyone

Viewing 4 replies - 1 through 4 (of 4 total)
  • sholdstock

    (@sholdstock)

    did you ever resolve this?
    i’m trying to remove that space too

    steve-weblin

    (@steve-weblin)

    please provide a working link to the page.

    Have you tried viewing the page on Firefox with the Firebug plugin. You should then be able to inspect that element of the page to see how it is styled.

    esmi

    (@esmi)

    Do not edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. Create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.

    try

    [please mark any posted code – see forum guidelines]

    #page { max-width: 1000px;
    min-width: 900px;
    margin: 0em auto;
    margin-top: 0;
     }
    
    body {
    	padding: 0 0em;
    }

    [signature moderated]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove space/padding on sides of twenty eleven’ is closed to new replies.