Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1335280

    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

    #1335344

    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

    #1335367

    Hi Rikard,
    thanks, problem solved!

    Best regards,
    Matthias

    #1335368

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.