Hi Kriesi,
I’m using a timeline on our Services page. I’ve noticed that when sliding through the icons, they appear slightly cut off on the edges.
Could you please advise how I can adjust the styling or settings so the icons display cleanly without being cropped?
I’ve provided a link below for reference.
Please see link below.
Hi,
Thank you for the inquiry.
Try to add this css code to adjust the spacing around the timeline container:
.avia-timeline-container {
position: relative;
padding: 0 10px;
}
Let us know the result.
Best regards,
Ismael
Hi Ismael,
Thanks for your quick response.
The CSS Code worked perfectly.
Thank you so much!