Viewing 2 replies - 1 through 2 (of 2 total)
  • there is a conflict between the width value in the following two styles in style.css:

    #content {
    	font-size: 1.2em;
    	width: 900px;
    	}

    and

    .narrowcolumn {
    	float: left;
    	padding: 0 0 20px 45px;
    	margin: 0px 0 0;
    	width: 450px;
    	}

    removing width: 900px; from the first style seemed to work for the front page; you need to check if this has no negative effects on other pages.

    Thread Starter mbrugos

    (@mbrugos)

    Thank you,

    You are very helpful. Have a good night’s sleep on me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme: Blog Post vs Comments’ is closed to new replies.