Forums

Join
bbPress Support ForumsTroubleshootingMy posts are all too cramped

Info

Tags

My posts are all too cramped

  1. When users post, the posts are too close together. How can I add a gap in between each post?

    Example:
    http://i83.photobucket.com/albums/j300/AndyWilliams24/CRAMPED.jpg

    Thanks in advance

  2. I can't remember which part, but you need to modify the style.css file. I think it was the 'threadpost' & 'post' sections; change the padding/margin.

  3. I can't seem to find any part in style.css called "threatpost"

  4. .threadpost {
    	font-size: 11.5pt;			/* Post content */
    	padding: 16px 10px;
    	margin-left: 140px;
    }
  5. You must log in to post.