• I have seen some posts relating to this, but i can not fathom the answer.

    I am using the Classic theme.
    The spacing between paragraphs seems to be extra wide.
    I have looked in the css, and thought that this is the correct section:

    p, li, .feedback {
    	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    	letter-spacing: -1px;
    	padding-bottom: 0px;
    }

    Why does it seem to be padded?

    http://www.easy-it.co.uk/blog

    Many thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter The_Apprentice

    (@the_apprentice)

    I am really sorry, but having spent 3 hours looking at this I decided to install Firebug (for firefox) and continued my investigations.

    I compared it to the DeFender theme and am now using the following:

    p, li, .feedback {
    	font-size: 12px;
    	font-family: Verdana, Sans-Serif;
    	line-height: 16px
    	padding-bottom: 0px;
    }

    It seems to have resolved the issue.

    Next to find out if it is possible to wrap text around a WPG2 tag

    🙂

    It doesn’t use that CSS on your site now. Did you resolve this?

    Thread Starter The_Apprentice

    (@the_apprentice)

    Wow, esmi, that is confusing ‘cos it is using the css

    <style type="text/css" media="screen">
    		@import url( http://www.easy-it.co.uk/blog/wp-content/themes/classic/style.css );
    	</style>

    But yeah, I am happy till I find/make a theme that is what I really want.

    I am very new to blogging, and WordPress, so there is a bit of a learning curve.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Classic paragraph spacing’ is closed to new replies.