Change style of the timeline item
-
I want to change the style of the timeline item, which css file I need to modify? and which part I need to change? Is this one? cd-timeline-block? in the timeline-express.css?
}.cd-timeline-block {
margin: 25px 0;
}
.cd-timeline-block:after {
content: “”;
display: table;
clear: both;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
@media only screen and (min-width:822px) {
.cd-timeline-block {
width: 100%;
margin: -3.5em 0;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change style of the timeline item’ is closed to new replies.