Timeline won’t stay in it’s box

I know I’ve had this issue with a couple other apps, but I can’t seem to figure out how to keep it in the box. It’s just not cooperating on mobile.

2 Likes

Hi there, @Rev_Devan :waving_hand:

We’ve fixed the issue by adding this code to the Custom CSS field:

@external {
  #flexbox_2 > .odd {
    width: 100% !important;
  }
}

Please check your website and let me know if it’s fine now :wink:

3 Likes