Hi,
please find the vertical timeline on my website.
On the mobile version the icons are almost not visible.
Is this a bug? Can I fix this with css?
Thanks a lot
Hey Matthias,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.avia_transform .avia-timeline-vertical.avia-timeline-animate .milestone_icon {
opacity: 1;
-webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
}
}
Best regards,
Rikard
Hi Rikard,
thanks, problem solved!
Best regards,
Matthias