Timeline problems

  • Posted in : cvCard WP
  • TypeDaniel
    Participant

    Hi,

    Having a problems with my Resume Timeline. I only want it to display 2 events, which it does, however, there is still a line going past the the last date, like its connecting to a new event.

    In short, how do I remove the continuation of events, I just want the Timeline to end.

    [row]

    [column width_md="6"]

    [timeline title="WORK HISTORY" icon="fa-flask"]

    [event date="2013" current="yes"]

    header1

    header2

    paragraph

    [/event]

    [event date="2010"]

    Header1

    Header2

    paragraph

    [/event]

    [/timeline]

    [/column]

    [column width_md="6"]

    [section_title icon=”icon-cog-1″ text=”DEVELOPMENT SKILLS”]

    ahmetsali
    Keymaster

    Hi, you can try this custom css code,

    .event:last-child p:before {
        display: none;
    }
    .event p:before {
        height: 190%;
    }
    

    if it doesn’t work for your please provide your page url.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register