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.
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.
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.
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.
URL that shows an example pls.
Edit your style.css, change
p {
margin-bottom: 18px;
}
To
p {
margin-bottom: 12px;
}
Or whatever other number.
You must log in to post.