Notifications
Clear all
Topic starter
Hi guys, I wonder if anyone can help.
I only seem to have this problem using this skin. Some, but not all stories end up having no spaces between paragraphs. Does anyone know why this could be?
Posted : 03/08/2016 6:13 pm
Just FYI, it's best to use the request template or at least provide a link to your site so that someone can actually view your site to see what the issue is. I had to go looking through your old posts to find your site name and then search for the site itself. It looks like your skin's base.css file has this on line 6:
* {
margin: 0;
padding: 0;
}
The margin: 0 is what's not allowing any space between paragraphs in some stories. I don't know what else that setting affects on your page, so don't just get rid of it or edit it right away, but I'm pretty sure that's your problem.
Posted : 10/08/2016 6:58 pm
