• Resolved Victor Svedberg

    (@victorsvedberggmailcom)


    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter Victor Svedberg

    (@victorsvedberggmailcom)

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

    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’

    Thread Starter Victor Svedberg

    (@victorsvedberggmailcom)

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

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Incrase space between entries in Twenty Ten’ is closed to new replies.