Viewing 5 replies - 1 through 5 (of 5 total)
  • Do not edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues.

    For this reason, it is recommended that you consider creating a child theme for your customisations. Once your child theme is active, we should be able to help with the customisation.

    Thread Starter WebHostPro

    (@dwhswebhosting)

    o.k. I will do that and post back here, thanks!

    Thread Starter WebHostPro

    (@dwhswebhosting)

    o.k. now, how can I make the text closer together in the child theme?

    Look for line-height in the css:

    I think this may be what you are looking for in twenty-eleven child:

    /* =Global
    ----------------------------------------------- */
    
    body, input, textarea {
    	color: #373737;
    	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    	font-weight: 300;
    	line-height: 1.625;
    }

    Play with the line-height variable.

    Thread Starter WebHostPro

    (@dwhswebhosting)

    Cool that worked thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Twenty Eleven 1.2 is there a way to tighten up the space between the sentances?’ is closed to new replies.