Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1073004

    Hi
    Can you share the URL of the site and a screenshot of the issue here, so that I can check it for you?

    Regards

    yvan01 Friend
    #1073056

    Dear Pankaj Sharma,
    I thank you for your participation!

    You will see in the attached image the title "Qu’est-ce que Marco t’a dit de nous" (in english: "What did Marco tell you about us" while the actual sentence is "Qu’est-ce que Marco t’a dit de nous dire ?" (in english: "What did Marco tell you to tell us?"

    Because the meaning is misleading, I would prefer that systematically three small dots appear after a certain number of characters so that the reader understands that the title has a continuation.

    I thank you, Pankaj Sharma, for your help.


    1. 2017-11-08_08-16-12
    Pankaj Sharma Moderator
    #1073065

    Hi
    May I have the URL of the page, please?
    Regards

    yvan01 Friend
    #1073082

    Sorry…
    You can see this on most posts on the demo site. Titles are truncated
    http://www.joomlart.com/demo/#ja_fixel
    Regards

    Pankaj Sharma Moderator
    #1073088

    Hi
    Try this code in custom.css file

    .fixel-grid .items article .item-desc h2 a:hover, .fixel-grid .items article .item-desc h2 a:focus {
        text-decoration: none;
        display: inline-block;
        max-width: 260px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    Hope it helps.

    yvan01 Friend
    #1073109

    Thanks a lot ! But, I am sorry where can I found this custom.css file ?

    • This reply was modified 6 years, 6 months ago by  yvan01.
    • This reply was modified 6 years, 6 months ago by  yvan01.
    Pankaj Sharma Moderator
    #1073226

    Hi
    Open template folder /css/custom.css file
    if file is not present kindly create it and add the code.

    Regards

    yvan01 Friend
    #1073285

    Indeed, the file did not exist.

    Your code is perfect!
    Many thanks to you. Good continuation

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  yvan01 6 years, 5 months ago.

The topic ‘Three small dots needs after a certain number of characters in the title’ is closed to new replies.