Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Paragraph spacing

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I'd like to reduce the paragraph spacing in Base3. It looks like two spaces. How could I do that? Thanks.
  • alinamn's Avatar
  • alinamn
  • 3 Month Basic
  • 123 posts
  • Karma: 0
The administrator has disabled public write access.
Do you have a link?

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I don't have a link. I work on MAMP. I just want to adjust the defult paragraph spacing, because it's too much.
  • alinamn's Avatar
  • alinamn
  • 3 Month Basic
  • 123 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

In the custom.css file add a value for the line-height

p {
margin: 0 0 30px;
line-height: 1.7142857148;
}

For me this is the current styling - I'm not sure if the margin may a factor so that is also listed

The 30px is for the bottom margin value

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul, but I don't want to change the line spacing. Is it possible to put a negative value in the margin parameters?

p {
margin: -5 0 30px;
line-height: 1.7142857148;
}

Cheers,
Alina
  • alinamn's Avatar
  • alinamn
  • 3 Month Basic
  • 123 posts
  • Karma: 0
The administrator has disabled public write access.
I'd suggest trying it and seeing how it looks but I would try and avoid it if possible

so the style would be

p {
margin: -5px 0 30px;
}

but I would look to adjust either margins of the elements above e.g. heading tags if necessary and/or the 30px

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers