• Hey Folks.

    Here’s my issue: http://i28.tinypic.com/20gmx05.jpg – notice the pace between the grey border and the image?

    Can you guys give me a hand in fixing the gap? The image is pushed to the right…

    Here’s the code from my stylesheet: http://uploading.com/files/MXSKAEJ7/stylesheet.css.html

    .focus_ph {
    	display: block;
    	margin: 10px 0 0 0;
    	padding: 10px 0 0 10px;
    	border-top: 5px solid #eee;
    	border-left: 5px solid #eee;
    }
    
    .focus_ph_item {
    	display: block;
    	margin: 0 0 10px 0;
    	padding: 0 0 10px 0;
    	border-bottom: 1px dashed #ddd;
    	overflow: hidden;
    	zoom: 1;
    }
    
    .focus_ph img {
    	overflow: hidden;
    }
    
    .focus_ph .pic {
    	float: left;
    	margin-right: 10px;
    }
    
    .focus_ph .pic-alt {
    	float: right;
    	margin-left: 10px;
    }
    
    .focus_ph h2 {
    	display: block;
    	font-size: 1.5em;
    	font-weight: normal;
    	line-height: 1.1em;
    }
    .focus_ph h2 a {
    	color: #000;
    }
    .focus_ph h2 a:hover {color: #c8c8c8}
    
    .focus_ph p {
    	margin: 0 10px 0 0;
    	line-height: 1.3em;
    }
    .focus_ph p a {
    	color: #333;
    }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Image spacing issue… need help plz.’ is closed to new replies.