Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Kelkakiran,

    To prevent this from happening you can either add additional content to your timelines, so that the content is longer – thus making the content containers taller, or you can adjust the margin between the containers themselves.

    By default the margin is set to -3.5em, but you should have no problem decreasing or increasing this value.

    The following bit of code should work well for you:

    .cd-timeline-block {
       margin: 2em 0 !important;
    }

    You can adjust the ‘2’ value higher or lower to your needs.

    You’ll want to add that bit of code to your themes style.css file (preferably your child theme), or if you are unafmiliar with altering the style.css file – you can use a plugin such as https://www.ads-software.com/plugins/simple-custom-css/

    Thanks!
    Evan

    Thread Starter kelkakiran

    (@kelkakiran)

    Hey,

    Thanks for the response. I have applied css and the first child element is seperated with other child elements.

    AJ

    (@akwasiijunior)

    Yepp, this solved it for me to.

    Thanks Even !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Timeline elements are overlapping on’ is closed to new replies.