Need to duplicate homepage layout on archive category pages

  • Unknown's avatar

    With the text to the right of the image rather than the current layout when you click a category?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This should be a good start:

    #contentarchive .postarea {
    	padding-left: 1em;
    	width: 760px;
    }
    
    #contentarchive .postimg {
    	float: left;
    	width: 440px;
    }
    
    #contentarchive .hentry > p {
    	padding-left: 1em;
    	float: left;
    	width: 300px;
    }

    Adjust the width and padding values as needed.

  • The topic ‘Need to duplicate homepage layout on archive category pages’ is closed to new replies.