paragraph spacing

Posted in: Newspaper
Post count: 1

Hi,

Please assist with the space between paragraphs. How and where can i change the spacing between with paragraphs.

See srticle here and notice the wide space between each paragraph.

http://spaininsights.com/malaga-tourist-for-the-day/

Thanks for help

Post count: 7909

Hi,

You decrease the space between paragraphs using custom css as it is a default value for margin bottom – http://screencast.com/t/tKgnaC6SQB

.td-post-content p {
margin-bottom: 5px;
}

Thanks!

Post count: 6

thanks this was helpful

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.