Forums

Theme: Blog Post vs Comments (3 posts)

  1. mbrugos
    Member
    Posted 1 year ago #

    A friend helped me skin the main page on my blog-(http://paintcreekprints.com/blog) I managed to skin the majority of the comments page myself-(http://paintcreekprints.com/blog/?p=1#comments). The only thing I can't figure out is how to keep the text and the boxes from running outside the borders of the main content section.

    Has anyone overcome this problem themselves? If so, how did you do it?

    I appreciate a simple explanation if posssible.

    Thank you,
    Michael Brugos

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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.

  3. mbrugos
    Member
    Posted 1 year ago #

    Thank you,

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

Topic Closed

This topic has been closed to new replies.

About this Topic