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

    Hi
    We are making a new website.
    There we use milestone bullets.
    How we can make the milestone bullets smaller?
    Thanks very much
    Best regards
    Mike

    #1190519

    Hey Michael,

    Add this to quick css:

    .page-id-509 #av_section_1 .avia-icon-list .iconlist_icon {
        height: 44px!important;
        width: 44px!important;
        line-height: 44px!important;
    }

    Best regards,
    Jordan Shannon

    #1190913

    Hi Jordan
    I think you missunderstood me.
    We do not want to change the size of the icons at the top of the page, we want to change the size of the timeline bullets (footballs) at the bottom of the page.
    How has to look the css code there?
    Thanks very much.
    Bet regards
    Mike

    #1190952

    Hi,

    Ah I see. try the following:

    .avia-timeline .milestone_icon{
        height: 50px!important;
        width: 50px!important;
        line-height: 50px!important;
    }

    Best regards,
    Jordan Shannon

    #1191571

    Hi Jordan
    Very good, this works!
    Thanks very much.
    You can close this issue.
    Best regards
    Mike

    #1191724

    Hi,

    Great, I’m glad that Jordan could help you out and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Smaller size of used milestone bullets’ is closed to new replies.