Forums

[resolved] Content and sidebar (3 posts)

  1. TheNateums
    Member
    Posted 2 years ago #

    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).

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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.

  3. TheNateums
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic