Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1242544

    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?

    #1243933

    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

    #1243961

    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.

    #1244214

    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

    #1244567

    This worked. Thank you.

    #1244787

    Hi,

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

    Best regards,
    Rikard

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