Support Forum

  • Page:
  • 1

Title text not fully shown

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

Hi there
I have a minor, but, irritating problem configuring the captify content. Some of my titles are of such a length that some of the text disappears. See this link for an example: descna.com/index.php/speciesrecords/cephalopods

The second (and 3, 4 and 5) image text disappears partly. Is there a way to fix this? Either by determining the line shift myself, or somehow define the "edge" where the text can go to? Some titles with two lines actually look fine, so its not just because of a two lined title.

Thanks a lot.

Best regards
Martin
  • mnapieceofnature's Avatar
  • mnapieceofnature
  • JB Pro
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Martin,

In your template css file you can add something like this and it should fix the issue:
div.ccdark-background div.caption-top,div.ccdark-background div.caption-bottom {
color:#fff;
text-shadow:#000 0 0 20px;
font-size:12px;
font-family:arial;
cursor:hover;
border:0 solid #334143;
background:#000;
padding:0.6em 1.2em;
width: 84% !important;
}

You could also change the width on the module itself but you just need to ensure that you be careful when you update the module.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

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

Happy Campers