Forums

How to Reduce Space Between Paragraphs in TwentyTen? (6 posts)

  1. Sidra Qasim
    Member
    Posted 10 months ago #

    Hi there,

    I'm using twenty ten theme, and changed my defult font from Georgia to Arial.

    But now the space between paragraphs seems too much, any help on how I can reduce the space shall be much appreciated.

    Thank you.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    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.

  3. Sidra Qasim
    Member
    Posted 10 months ago #

    Esmi, thank you for recommending. I've asked someone to create a child theme for me, and he'll be doing so in a week or so.

    Meanwhile I badly need to reduce the space between paragraph, can you please help with this for now? Thank you.

  4. kmessinger
    Member
    Posted 10 months ago #

    URL that shows an example pls.

  5. Sidra Qasim
    Member
    Posted 8 months ago #

  6. chadrew
    Member
    Posted 8 months ago #

    Edit your style.css, change

    p {
    	margin-bottom: 18px;
    }

    To

    p {
    	margin-bottom: 12px;
    }

    Or whatever other number.

Reply

You must log in to post.

About this Topic