Viewing 2 replies - 1 through 2 (of 2 total)
  • Your page is taking forever to load for me.

    But just set a max-height and overflow declaration for the containers in question:

    .box {
        max-height: 100px;
        overflow: hidden;
    }
    Thread Starter nyetempo

    (@nyetempo)

    Thanks, but this dosen’t seem to do the trick for me….

    You can see this site:

    https://goo.gl/niy6hd

    They use some kind of fixed height for the 4 containers, i just can’t see to figure out, how to replicate it.

    I just can figure out how to do it on this other site:

    https://goo.gl/A69ZGA

    Can someone please help me out, and please explain me what file and line i have to change. THANKS IN ADVANCE ??

    Regards
    Lisa

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to limit text length?’ is closed to new replies.