How to add space between paragraphs in comments part?

Posted in: Newspaper
Post count: 29

Hello everybody,

After I upgraded to newspaper 6, the comments part is a bit mix. When users make big comments and use new paragraphs, there is no space between two paragraphs.

This happened after newspaper 6. How I we solve this?

example: http://www.trf1.net/formula1_haberler/116221-alonso-araci-itmem-f1e-ne-kadar-bagli-oldugumu-gosterdi.html#li-comment-754731

And another question… Under some photos and thumnails, there appears some texts and informations about those photos. Before upgrading there was not such an option either… How can I hide them?

Post count: 1291

Hi,

For paragraphs spacing add the following css in Theme Panel -> Custom CSS – http://screencast.com/t/VkHNW8A2BM

.comment-content p {
margin-bottom: 10px;
}

@text under images – it’s the image caption, you could remove it from each photo or use custom css to hide it – http://screencast.com/t/EGTiutFemfCP

.wp-caption-text {
display: none;
}

Thank you!

  • This reply was modified 11 years by Emil G.
Post count: 29

before update, just one click to enter was enough to make new paragraph and make spaces between two, but after this I have to click two times to have that space between paragraphs.

thanks

Post count: 29

thank you. The second code hide the captions for the images 😉

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