Viewing 2 replies - 1 through 2 (of 2 total)
  • You went around expanding the main column wrong. Instead of using a negative margin on the .post class you need to widen the .narrowcolumn div. Make these changes in your style sheet.

    .narrowcolumn {
    float:left;
    width:650px;
    
    .post {
    margin: 0;
    }
    Thread Starter jen2swt

    (@jen2swt)

    Awesome! Thanks so much jeremy. I was fooling around so much in the CSS I forgot about the post class…lol

    I need a break. Thanks again ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pleae help with text cutting off’ is closed to new replies.