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.
I am trying to reduce space between paragraphs for http://assuredims.com/about-us/ but can't seem to find
"p {
margin-bottom: 18px;
}"
There are so many options on style.css where margin-bottom is 1.625em. I can't figure out which one is to be changed. Can someone please help.
This topic has been closed to new replies.