alecloudenback
Member
Posted 3 years ago #
I have just created a blog and I have made some changes (not done with them yet!) but the one thing that I have discovered is that there is no spaces in between paragraphs! I am fairly adept at CSS, and I have gone through and tried to figure out how to increase the spacing between paragraphs but to no avail! Am I missing some easy fix, or is there something deeper?
The theme is located here: http://wordpress.org/extend/themes/daydreams#post-149
My blog is located here: http://www.alecloudenback.net/blog/
My CSS for the blog is here: http://www.alecloudenback.net/blog/wp-content/themes/daydreams/style.css
Can someone help me with my paragraph problem?
Many thanks!
This should so the trick:
p{margin-bottom:1em}
alecloudenback
Member
Posted 3 years ago #
I tried that before, and it only works in Internet Explorer and Safari! In Firefox, it remains the same! No spacing! I've never had that problem before, where it works for everything but Firefox...
ClaytonJames
Member
Posted 3 years ago #
I can see the spacing ok in Firefox 3. I changed the p spacing to 1.5em using firebug, and the browser adjusted to the change just fine. It looked fine in Firefox to me. Maybe a browser cache issue? Clear FF and try again?
Firehog is notorious for caching issues. It looks fine to me too, FF3.
alecloudenback
Member
Posted 3 years ago #
K, it was a caching problem. Thanks everyone!