Adding code beneath the Timeline

I see the space beneath the Timeline as a great opportunity to add a small image/banner. Because it both utilises “dead” space and remains static.

Is there a Method or Plugin that would allow me to add a snippet of code underneath the timelines? It looks like the ideal place to have this code would be here:

<div class="timeline-container" style="top: 90px">
    <div class="topic-timeline"></div>
    <div class="CUSTOM-BLOCK"></div>
</div>

Example goal I wish to achieve

1 Like

Did you see

?

4 Likes

Interesting method, I would never have thought to use CSS ::after and content. Looks like it’ll work for my needs. Thank you.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.