Distance between paragraphs

Posted in: Newspaper
Post count: 21

How can I change the distance between paragraphs?

I added custom css code:


p {
 margin-top: 2px; 
 margin-bottom: 2px;
  }

But nothing happened!
My site: sanotes.ru

  • This topic was modified 7 years by sanotes.
  • This topic was modified 7 years by sanotes.
Post count: 1341

Если речь идёт о расстоянии между абзацами в тексте статьи, пробуйте этот код:

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

Post count: 21

Да об этом речь. Спасибо, получилось.

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