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
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