• Resolved sing2zing

    (@sing2zing)


    I want to reduce the space between my post titles and the post content. I suspect it is padding between below the post title, the line which reads:

    Posted on December 23, 2010 by sing2zing| Leave a comment

    or padding above the post content itself although the same spacing occurs regardless of whether the post begins with an image or text. I have searched and changed the style.css extensively without result. Thanks

    https://www.stoopphilly.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • in style.css of coraline-child:

    .entry-content {
    
    		font-size: 11pt;
    
    		line-height: 1.3em;
    
    		padding-top: 15pt;
    
    	}

    reduce padding-top to 0pt (zero)

    Thread Starter sing2zing

    (@sing2zing)

    worked perfectly, thanks! I must have missed that in my search.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Less space between post title and content’ is closed to new replies.