canibus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: No paragraphs in postOh Grats :o)
Forum: Themes and Templates
In reply to: No paragraphs in postWell I’m gonna stop typing then, rather than just mess up this thread with useless snippets :o(
Regardless, you’re getting closer to your fix! At least for now your single.php posts work fine. I’m sure one of these super-smart guys will resume helping hand when they get a moment.
Good luck!
Forum: Themes and Templates
In reply to: No paragraphs in postWell I honestly don’t know a lot about this, I just copy and paste things around until they work after making my best judgements of what should work where lol.
Try something along the lines of:
.post-content .content p{margin-bottom:2em;}
Forum: Themes and Templates
In reply to: No paragraphs in postThank you! have you tried applying the same technique
.post-excerpt p{margin-bottom:2em;}to perhaps.post-content p{margin-bottom:2em;}?Or maybe there’s somewhere else in your style.css that reference’s to your page posts, do you use firebug?
Forum: Themes and Templates
In reply to: No paragraphs in postHey Jint, Thanks!!!
I just highlighted text in my problematic post to retrieve the CSS Style reference to the post styling in style.css with the FireBug addon for Firefox and just edited the code you gave to help out the other guy to:
.fullbox .post_content p{margin-bottom:2em;}
and it worked perfectly. I’m assuming I can use the same method (firebug) to fix the issue for page.php post styling too!
Thanks a bunch, you’re a lifesaver.
Forum: Themes and Templates
In reply to: No paragraphs in postOddly enough, I am having this same problem as well. I just switched to a new WordPress theme called ‘Techified’ which I love so far, but I noticed when I read my own article that there is no spaces in between paragraphs! I’m not exactly sure why, since it appears just fine in the post editor.
I’m not really sure how to fix this, I’m sure a tiny edit of code would fix this. It’s the only issue I have with the theme, but It’s a huge problem to me and it bugs me!
Here is a screen shot of what I mean.
Any help would be much appreciated.