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.

Title border

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

Hey guys, how can i fix the border when the title is big enough to have two lines?

Cheers
  • Luis's Avatar
  • Luis
  • 6 Month Developer
  • 94 posts
  • Karma: 0
Last Edit: 9 years 3 months ago by Luis.
The administrator has disabled public write access.
Hi,

Can you try adding the following to your custom.css file:
h1.article-title a, h2.article-title a {
    display:inline-block;
    margin-bottom: -8px;
}
h1.article-title, h2.article-title  {
    padding-bottom: 0px
}

Regards,

Rob
  • Robert Went's Avatar
  • Robert Went
  • Moderator
  • 2210 posts
  • 196 Thanks
  • Karma: 90
The administrator has disabled public write access.
The following user(s) said Thank You: Luis
Thanks Rob, that solved it!

Best regards
  • Luis's Avatar
  • Luis
  • 6 Month Developer
  • 94 posts
  • Karma: 0
The administrator has disabled public write access.
Cool thanks for the update

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