• Resolved thenateums

    (@thenateums)


    on http://thenateums.com I was editing some colors and font sizes, things that I wasn’t worried about reverting back to older versions on so I didn’t save the CSS cause I’m lazy. So now I somehow changed some piece of code with the alignment so the sidebar and content area align with the edge of the browser window, instead of remaining centered with a gap in between them.

    I know its simple code, but it looks right to me. if someone can take a look and see what line i removed accidentally in the style I would be indebted for life. (in the most non-slavery form possible).

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s impossible to predict what you deleted. You could try downloading a fresh copy of the theme and going through the CSS bit by bit. The only thing I can suggest adding to style.css is something like:

    #content {
    width:96%;
    margin:0 auto;
    }

    but that’s pure guesswork.

    Thread Starter thenateums

    (@thenateums)

    that worked, I still have no idea what I changed but that fixed it so I’m going to leave it a little sloppy as long as it works. I upped it to 99%, just cause.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Content and sidebar’ is closed to new replies.