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.

reduce white space between article title and body

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

How do I reduce the white space between the article title and the body text? I want the change to affect all articles. Here is an example: voiceofchristmedia.org/impact-news-publisher/239-an-introduction-to-iranian-cooking
  • Richard Papworth's Avatar
  • Richard Papworth
  • Free Extensions
  • 12 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

The style that is applying on this page is

section.article-content.clearfix {
margin-top: 30px;
}

So you would need to add the style to your custom css code - most people use the custom.css file

and then reduce the 30px as required

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Are you familiar with how to use/find the custom.css file?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I can find the custom.css. What code would I need to add for this?
  • Richard Papworth's Avatar
  • Richard Papworth
  • Free Extensions
  • 12 posts
  • Karma: 0
The administrator has disabled public write access.
section.article-content.clearfix {
margin-top: 30px;
}

You would add the code above and changing the 30px to the value you want

e.g.

section.article-content.clearfix {
margin-top: 10px;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Excellent. It worked. Thank you very much for your help!
  • Richard Papworth's Avatar
  • Richard Papworth
  • Free Extensions
  • 12 posts
  • Karma: 0
The administrator has disabled public write access.
No problem - you are welcome

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