Hi Guys, Within a new accordion panel I am listing some basic URL’s in the content area (see below)
1. Check out the Latest News from our Editor
2. Read all about the new methods in use today
BUT is it possible and if so / how do I go about getting all future links, auto shortened with an elipsis (…) to denote there is more to read (see below)
1. Check out the Latest…
2. Read all about the new …
I am happy to target edit any CSS or Template / JS file …if I know which one.
I envisage many panels and many links per panel, so dont envy doing this manually.
Thank You in Advance.
Keith
Hi Keith,
This is possible by using text-overflow. Please give this article a quick read for information on how this works. You’ll need to apply this CSS directly to the anchor and (likely) set it up to display as an inline-block.
Kind regards,
Alex