• Resolved giobeko

    (@giobeko)


    Hello,

    Is there any codes or solutions to limit title length in listings page?
    For example like description limit we have…

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter giobeko

    (@giobeko)

    Thanks.
    I resolved it with CSS and limited to one line.
    If anyone needs:
    .acadp-listings h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Listings Page Title Makes Difficulties’ is closed to new replies.