Forum Replies Created

Viewing 1 replies (of 1 total)
  • I also have a problem with the width of the timeline. the width is fixed at the moment with div class="events" style="width: 17220px;"> I already have the workaround in the css with width: 100%! important; but that seems to be ignored. I also have the problem that I can press after the last entry even further to the right and the bar is not properly colored. Is there a solution for this? my used code befor </body>: `<script>jQuery(document).ready(function($){
    var total_event = $(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li’).length;
    for(var i=1; i<= total_event; i++){
    $(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li:nth-child(‘+i+’) a’).css(‘left’,+i*160+’px’);
    }
    });</script>`

    https://1drv.ms/f/s!ArZsNBBIhcNfjTiiz3zjuleyNbBR

Viewing 1 replies (of 1 total)