davidr12684
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Text problems in posts!@jberghem – I added the p {margin: 1em 0em;} and it works great. Thanks for your help in this issue!
-DavidR
Forum: Themes and Templates
In reply to: Text problems in posts!Well that’s a design issue, Go to the style.css and add the following:
.post p { margin: 1em 0em; }@jberghem – This still does not work on my site. I did at the code that you suggested in the above response, but I already had a padding code that gave the spacing.
After I added your code the problem is still the same. My left column (featured post) does not have the spacing, but the single post does space the paragraphs correctly.
Any other suggestions?
http://www.DailyMarketers.comForum: Themes and Templates
In reply to: Text problems in posts!I am having the same issue in my blog, DailyMarketers.com. I have not yet resolved it. I have tried the folowing and it has not worked.
My Problem – The featured content on my home page bunches all the text together without leaving double spaces between each paragraph, but when I view the post on a single-post page it looks fine. (examples: http://www.DailyMarketers.com – featured article & http://www.DailyMarketers.com/2008/10/top-two-fundamentals-of-small-business-marketing/ – single post page of same article)
I have tried adding the “p” tag to the original code on index.php from…
<?php the_excerpt_reloaded(30, '<img><a>', 'content', false, 'More...', true); ?>to…
<?php the_excerpt_reloaded(30, '<p><img><a>', 'content', false, 'More...', true); ?>Any other suggestions?
– David Robertson