Forums

[resolved] Incrase space between entries in Twenty Ten (5 posts)

  1. Victor Svedberg
    Member
    Posted 1 year ago #

    Where in the CSS do I change to increase the space between my blog entries, I'm using a slightly modified Twenty Ten 1.0 theme.

    Greatly appreciate your help!

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    this style of style.css of TwentyTen:

    .hentry {
    	margin: 0 0 48px 0;
    }

    http://www.w3schools.com/css/css_margin.asp

    it would be an advantage in the long run to get used to a tool such as the firefox web developer add-on or firebug

  3. Victor Svedberg
    Member
    Posted 1 year ago #

    Thank you, I tried the firebug add-on, but in what way would that help me?

  4. alchymyth
    The Sweeper
    Posted 1 year ago #

    play with it -

    for instance the CSS dropdown - View Style Information (ctrl shift Y) allows you to see the css ids and classes of the elements on mouse-over; and on click, it will show possible styles connected to it.

    also allows you to try css changes 'live'.

    and the Miscellanious dropdown - 'edit HTML' - could allow you to try changes to the html.

    endless possibilities.

    requires a certain understanding of html and css.

    'a little practice does a lot of good'

  5. Victor Svedberg
    Member
    Posted 1 year ago #

    Thank you for your help, I'll give it a chanse!

    End results are here: http://www.victorsvedberg.se

Topic Closed

This topic has been closed to new replies.

About this Topic