Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1050111

    Hello,
    I’m using a 3 point time line for one of my client and I got the following issue:

    The text is not 100% visible on mobile version and its not wrapping correctly.

    Is there any option to solve this?

    Thanks, Enrico

    #1051018

    Hey enricobaumgart,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .av-milestone-content{
    padding-right:20px!important;
    }}

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.