# CSS: text-overflow:Ellipsis not working

**URL:** https://community.weweb.io/t/css-text-overflow-ellipsis-not-working/1002
**Category:** How do I?
**Created:** [August 15, 2022, 9:17am UTC](https://community.weweb.io/t/css-text-overflow-ellipsis-not-working/1002 "2022-08-15T09:17:06Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![khairul](https://avatars.discourse-cdn.com/v4/letter/k/a88e4f/32.png) [@khairul](https://community.weweb.io/u/khairul)
#### Post date: [August 15, 2022, 9:17am UTC](https://community.weweb.io/t/css-text-overflow-ellipsis-not-working/1002/1 "2022-08-15T09:17:06Z")

</div>

Hi. I am trying to implement text-overflow:ellipsis for my project but couldn’t figure it out. I have tried everything in this [thread](https://stackoverflow.com/questions/17779293/css-text-overflow-ellipsis-not-working) but still can’t do it. Can someone help?

---

<div class="post-metadata">

### Author: ![aurelie](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/aurelie/32/13249_2.png) [@aurelie](https://community.weweb.io/u/aurelie)
#### Post date: [August 16, 2022, 9:32am UTC](https://community.weweb.io/t/css-text-overflow-ellipsis-not-working/1002/2 "2022-08-16T09:32:21Z")

</div>

Hi,  
can you give us more detail about what you want to achieve?

---

<div class="post-metadata">

### Author: ![khairul](https://avatars.discourse-cdn.com/v4/letter/k/a88e4f/32.png) [@khairul](https://community.weweb.io/u/khairul)
#### Post date: [August 16, 2022, 9:45am UTC](https://community.weweb.io/t/css-text-overflow-ellipsis-not-working/1002/3 "2022-08-16T09:45:47Z")

</div>

I want the text to show ‘…’ in the end when overflow

---

<div class="post-metadata">

### Author: ![aurelie](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/aurelie/32/13249_2.png) [@aurelie](https://community.weweb.io/u/aurelie)
#### Post date: [August 16, 2022, 10:03am UTC](https://community.weweb.io/t/css-text-overflow-ellipsis-not-working/1002/4 "2022-08-16T10:03:59Z")

</div>

On which type of element?

---

<div class="post-metadata">

### Author: ![khairul](https://avatars.discourse-cdn.com/v4/letter/k/a88e4f/32.png) [@khairul](https://community.weweb.io/u/khairul)
#### Post date: [August 16, 2022, 10:10am UTC](https://community.weweb.io/t/css-text-overflow-ellipsis-not-working/1002/5 "2022-08-16T10:10:44Z")

</div>

a text element. For example I have a card of product, I want the text insides to show … when it overflows

---

<div class="post-metadata">

### Author: ![khairul](https://avatars.discourse-cdn.com/v4/letter/k/a88e4f/32.png) [@khairul](https://community.weweb.io/u/khairul)
#### Post date: [August 16, 2022, 8:37pm UTC](https://community.weweb.io/t/css-text-overflow-ellipsis-not-working/1002/6 "2022-08-16T20:37:10Z")

</div>

Solved. I wanted to make 3 lines of text and ellipsis, and did it by copying this style and pasting it in the custom CSS section.

[https://www.codegrepper.com/code-examples/css/how+to+make+a+paragraph+3+line+and+text+overflow+css](https://www.codegrepper.com/code-examples/css/how+to+make+a+paragraph+3+line+and+text+overflow+css)

---

<div class="post-metadata">

### Author: ![aurelie](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/aurelie/32/13249_2.png) [@aurelie](https://community.weweb.io/u/aurelie)
#### Post date: [August 17, 2022, 7:26am UTC](https://community.weweb.io/t/css-text-overflow-ellipsis-not-working/1002/7 "2022-08-17T07:26:51Z")

</div>

Thanks for sharing :). Overflow is a property already available on our property, so make sure you are not overriding something.  
In the meantime we have added this to the wanted feature, and will probably add the option in nocode for text and button

---

<div class="post-metadata">

### Author: ![khairul](https://avatars.discourse-cdn.com/v4/letter/k/a88e4f/32.png) [@khairul](https://community.weweb.io/u/khairul)
#### Post date: [August 19, 2022, 7:28pm UTC](https://community.weweb.io/t/css-text-overflow-ellipsis-not-working/1002/8 "2022-08-19T19:28:00Z")

</div>

Much thanks @aurelie 🙏 🙏
