• Hi , everyone

    I just start off blogging one month ago at http://www.tipsmakingmoneyoninternet.com

    I have a quick question to tweaking my blog.

    Example…..
    I saw my paragraphs posting seems very tight example 1
    Just Like these…. Rather than like these :

    I saw my paragraphs posting seems very tight example 2

    Just Like these…. Rather than like these.

    my question is what is the code that i need to change on editor which
    probably on index.php or post.php that i need to adjust it ?

    thanks for bunch … i am looking forward to see some loving help.

    ben

Viewing 1 replies (of 1 total)
  • edit style.css of your theme;

    either find this style:

    .postwrap p { line-height: 18px; }

    and change to line-height: 1.4em; and add margin-bottom: .8em;

    or add this whole line to the end of style.css:

    .postcontent p { line-height: 1.4em; margin-bottom: 0.8em; }

    em is a unit relative to the font size; not as rigid as px

    adjust the numbers

Viewing 1 replies (of 1 total)
  • The topic ‘How to spacing my paragraphs on my flexible’ is closed to new replies.