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.

Article Paragraph Spacing

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

I'm trying to use Base 3 for a site I'm creating, but the paragraph text has an enormous amount of paragraph spacing. When look at the demos for this template and others, you don't show articles with more than one paragraph, so you can't tell what the spacing looks like.

What do I need to do to crank down that spacing without breaking the template for future updates? I've attached a screen shot that shows what I mean.
Attachments:
  • jwargo's Avatar
  • jwargo
  • 12 Month basic
  • 6 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Add this style to the custom.css file

p {
margin: 0 0 30px;
}

and change the 30px to the value you wan the bottom margin to be

Are you familiar with how to add to the custom.css file?

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