Hi
Please see below link.
Timeline appears correctly on tablet apart from the images i have used to replace icons – see image below.
Is there some CSS code to fix?
Many thanks
Faye
Hey FayeMcC,
Thanks for that, though I can’t see any problem on my end using Chrome. Which browser and tablet are you using to get those results?
Best regards,
Rikard
Hi Rikard
I have tried using my Samsung Galaxy J3, Samsung Nexus and iPad – all have the faded images (never enlarge and become full colour).
Regards
Faye
Hi Faye,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media screen only and (max-width: 990px) {
.avia_transform .avia-timeline-vertical .avia_start_animation .milestone_icon,
.avia_transform .avia-timeline-vertical .avia_start_animation .av-milestone-icon-wrap:after,
.avia_transform .avia-timeline-vertical .milestone_icon {
opacity: 1;
transform: scale(1);
}
}
If you need further assistance please let us know.
Best regards,
Victoria