• All but one of my pages are being displayed correctly. Sort of.
    http://www.skepdick.org/
    I have a purple backround color which leaves a nice white box in the middle of the page for my header image, main text, comment forms, and footer (which I can’t seem to get centered).

    On my actual blog page however, http://www.skepdick.org/skepdick-blog/
    the white box cuts off early and most of my posts are now running into the purple background. And the footer (ipage link) is now over to the right sidebar.

    Please help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • fix the commenting line in style.css (line 2237):

    /* =Footer
    ----------------------------------------------- */
    //added text-align to center footer banner ad - JB mar 24 2013
    #colophon {
    	clear: both;
    	text-align: center;
    }

    css comments: http://www.w3schools.com/css/css_syntax.asp

    In reference to your blog page, go to your style.css line 85 and add:
    background: none repeat scroll 0 0 #FFFFFF;

    As for the main page…..

    same file, line 1117(mine & wife’s anniversary) and add:
    text-align: center;
    margin: -50px 100px 30px

    play the the margin numbers to place it in your desired placement this is for the title text

    I almost had a solution for the placement on your affiliate link image, but i see you’re trying to fix it live cause when i refreshed the page, you made changes.

    Hope this makes sense and works for you.

    Thread Starter skepdick.org

    (@skepdickorg)

    I actually just loaded the 2012 theme. This solved my problem also. Kind of like the 2012 better than the 2011 anyway. Thank you guys for the help.

    Np. I do like the differences myself, but there are a few things I think they should have left alone.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Main text box cut off early’ is closed to new replies.