I need DOT DOT DOT Ellipse after long Breadcrumbs
-
Hello Team
I need your help. I have setup Breadcrumbs on all my posts. I want to include the dot dot ellipse after partially showing my Breadcrumbs.
Can you please help me..
This is my current image of Breadcrumbs – https://pasteboard.co/K6Rmx7d.png
And this is what i would want it to be – https://pasteboard.co/K6RnLO0.pngThe last item actually is my main Blog Title (h1) I want to show that partially as a Dot Dot for my Desktop Tablet and Mobile.
I tried with the code below but it cuts off entire thing and places DOT DOT …
`/*breadcrumbs ellipse*/
.ct-breadcrumbs
{
overflow: hidden;
text-overflow: ellipsis;
white-space:nowrap;}
Please help me!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘I need DOT DOT DOT Ellipse after long Breadcrumbs’ is closed to new replies.