Height Line /space P tags

Posted in: Newspaper
Post count: 23

Hi second question wher can i change the space between 2 <p> tags? Thanks

  • This topic was modified 10 years by Winock.
  • This topic was modified 10 years by Winock.
Post count: 23312

Hello Winock,

Please provide more details about what you want to achieve. Give me some useful screenshots so I will be able to understand what you want. Also, you can provide your website URL so I can inspect it closer.

Thanks.

Post count: 23

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.
Post count: 23312

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!

Post count: 23

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

Post count: 23312

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.

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