XenForo Create a time-line in Xenforo

G

Grant

Guest
Grant submitted a new resource:

Create a time-line in Xenforo - Use Custom BB Code and CSS to create timelines in your xenforo posts

Here's how you can use BBCode and CSS to create a timeline in a xenforo post.

(based on this code here)

Step 1​


Paste the following into your extra.less file

CSS:

Code:
/* Start timeline css */


.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
    background:black;
}

.timeline::after {
  content: ''...
Click to expand...

Read more

Continue reading...