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
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
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
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
Hi Jordan
Very good, this works!
Thanks very much.
You can close this issue.
Best regards
Mike