Hello Catalin
the question is when i make a text between <p> tags and close the </p> tag, make a new text between <p>cccc</p> the space between the two texte is a Little to much….
i try to explain as folowing:
<p>text</p>
(The space between this both paragraphs…..)
<p>text</p>
The Website is not online yet
Thanks
-
This reply was modified 10 years by
Winock.
Hello Winock,
I suppose that you are referring to the line height, right? Please check your theme panel and there you will see this option, like this -> http://screencast.com/t/epYwrZjbVWM4
Thanks for your understanding!
this i find alraedy, this is the lineheight for the text what i asking is the height after the <p> tag
i think to have the Knowledge about the line height of in example IN the post Content or the lineheight of the H1, H2, H3 and so on but the line height between <p>text</p> AND THE NEXT <p>text</p>
please read the question, the height, or call it space BETWEEN <p>text</p> AND THE NEXT <p>text</p>
thanks
Hello Winock,
Please notice that each paragraph has a margin-bottom, as you can see here -> http://screencast.com/t/lfmupXBx If you want to reduce it, you will have to use a bit of CSS code and place it in Theme panel->Cusotm CSS area.
The code is ->
.td-post-content p {
margin-bottom:0;
}
The result -> http://screencast.com/t/FrAq06rNw
Hope this helps!
Thanks.