There is too much space between paragraphs in articles. How can I reduce that space?
Paragraph spacing in articles too much
Hi
looking at the demo site this style is applying
p {
margin: 1em 0 2em;
}
So instead perhaps try adding as a css override
p {
margin: 1em 0 1em;
}
Cheers
Paul
Yeah, unfortunately, that doesn't work.
- Edited
sitemistic Can you provide link to your site to take closer look
Also, to be precise and avoid ambiquity in addressing your query, Please provide screenshot of the specific content area you wish to refer to in demo site
The dev site is not on the web. Here's a screen grab of the issue. I want to decrease the spacing between the paragraphs.
- Edited
sitemistic It isnt possible to know the exact article location i.e.to which menu item it is assigned, after viewing the screengrab posted by you. Either, You can provide in direct link from the demo site where the specific article is assigned
Also, Kindly ensure that you have added the css attribute as suggested by Paul, to custom css field or override.css as per documentation here
p {margin: 1em 0 2em;}
and changing margin value accordingly.
Kindly ensure to clear your browser cache also if changes dont reflect
Every article from every menu item results in too much space between the paragraphs, exactly as the screen grab illustrates.
I added the code to the override.css file and it made no difference.
The dev site is not on the internet.
Have you enabled the override.css in the template configuration?
Can you see the override.css file in the sourcecode?
If I add the css suggested above it does work me
Cheers
Paul
I'm looking at this page on my localhost /index.php/template/pages/articles/single-article
Cheers
Paul