Be - Timeline Element | Duplicate Dates On Moblie

Hi Guys.

On mobie for some reason I'm getting a duplication of the dates on my timeline. Screenshot attached and you can see it on the site on this page:


Cheers, Chris.


Comments

  • Hello,

    It seems to be an issue on our side. Until the next update, it should be resolved, but for now, please, use the following CSS code:

    @media only screen and (max-width: 767px){
       .timeline_items li h3 span:first-child{
          display: none!important;
       }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

  • Hi Phil.

    Thanks for the code, I can confirm that has worked my end.

    Many Thanks, Chris.

Sign In or Register to comment.