I have changed icon size and circle to a smaller size but I cant fint a way to change height between items in timeline. I need this to be smaller as well. Can you please help me with this?
Hey snitt,
I’m very sorry for the late reply, please try the following in Quick CSS under Enfold->General Styling:
.avia-timeline-vertical .av-milestone-icon-wrap {
padding: 10px 0 10px 0;
}
Best regards,
Rikard
Thanks for reaching out. This did not work the way I want it to. It changed the padding above entire timeline, not between icon circles. Please see attachement to understand more clearly what I mean.
Hi,
Thanks for the screenshot. Please try this CSS instead:
.avia-timeline-vertical .av-milestone-icon-wrap {
padding: 10px 0 10px 0;
height: 100px !important;
}
Best regards,
Rikard
This worked. Thank you.