I'm having a problem with a wordpress template I recently said I would set up for a friend of mine and I was wondering if I could get some help... The website is http://www.yoursaynews.com/ The theme up at the moment is the theme he'd like to use. The only problem is, that for some reason, when I use the default wordpress theme, it shows up the paragraph spacing, yet when I use this theme, the paragraphy spacing disappears and pushes all the content together. I'm assuming its some kind of error in the CSS, which you can see here. If anyone could provide me with an answer, it would be greatly appreciated. I'd like to get this problem sorted as soon as possibly so I can finish off. Thanks a lot.
your p tag has 0 margin and padding. change it to p { padding: 1em 0; margin: 0; } Code (markup): and it should add some spacing around the paragraphs.
That seems to have fixed the problem, I spent ages trying to work out what the problem was; haven't worked with CSS a lot yet and can't belive it was that simple. Thank you for your help, have some positive rep