"Read more" link CSS
Forgive me if this sounds like a dumb quesiton, I am the middle man for our developer :)
OOB, there is a "Read More" link on the /bg-p/ on I think the articles component when you use the article teaser. As far as I know there is not any other component that uses this, but I wanted to ask the experts. So can any one tell me if this class is used anywhere else OOB?
<a class="lia-link-navigation read-more-link">
Hi allisonn,
Looking into it this may be quite tricky, there's possibly a way to do it using jQuery however it wouldn't be the best solution and isn't guaranteed to work across all browsers properly. Unfortunately the HTML structure for that part of the community makes any solution quick tricky.
While it isn't ideal that the Read More link is on a separate line, the effort involved and any solution may outweigh the benefits of attempting to move it currently. A JavaScript solution may work but there can be side-effects such as broken experience for some users if the browser doesn't support it properly. JavaScript also impacts page load times and performance when you manipulate the structure of a page.