• I am working on the below page:

    http://elcaminorealfutbol.org/news/

    Basically, there is a large gap after the title on the latest post. This happens with any post that is the latest. This is the css code I am working with:

    #primary, #primary-news {
    	background: none repeat scroll 0 0 #FFFFFF;
        float: left;
    	width: 100%;
        margin: 0;
    }
    h1.entry-title {
    	font-size:20pt;
    	font-family: Arial, Helvetica, sans-serif;
    	color: #224e22;
    	font-weight: 500;
    	margin: 28px 0  10px 25px;
    }
    .entry-content {
    	padding: 0 25px;
    	min-height: 0px;
    }
    .entry-content p{
    	margin-bottom: 1.8em;
    	margin-top: 0;
    	font-size: 10pt;
    	line-height: 1.8em;
    	font-family: Arial, Helvetica, sans-serif;
    	color: #666666;
    }

    does anybody have any idea why I am seeing that large space? Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Latest Blog Post Title CSS Code Error’ is closed to new replies.