This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Redis

  • **
  • 27 posts
Tittle length
« on: July 19, 2023, 05:07:18 AM »
Hi,

Can anyone help me to change this option:

https://prnt.sc/jjYLTCZuJRVz

Basically i need the tittle whenever its too long to continue with dots, for example:

 Long text: Men Printed Casual Spread Shirt Summer Sale

 To be : Men Printed Casual Spr...  / Men Printed Casual Spread...


Thanks

*

MB Themes

Re: Tittle length
« Reply #1 on: July 19, 2023, 10:00:47 AM »
It looks it's doing that even now  ::)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Redis

  • **
  • 27 posts
Re: Tittle length
« Reply #2 on: July 19, 2023, 11:01:30 PM »
well that works fine , but only in Gamma theme.
I am using Epsilon theme and its looking good :

https://prnt.sc/lnBg7jclfb5j


Would you mind to help me with this little thing? ::)

Thanks  :-*

Marked as best answer by frosticek on July 21, 2023, 08:43:32 AM
*

MB Themes

Re: Tittle length
« Reply #3 on: July 20, 2023, 09:14:07 AM »
@Redis
You need to put:
Code: [Select]
white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:auto;
...on div/block you like
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Redis

  • **
  • 27 posts
Re: Tittle length
« Reply #4 on: July 20, 2023, 08:36:48 PM »


Didnt worked at first place, but then i added width: 160px and worked...



Code: [Select]
white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:auto;width:160px

*

MB Themes

Re: Tittle length
« Reply #5 on: July 21, 2023, 08:43:14 AM »
Cool  8)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots