Hello,
Could you please provide a quick CSS to center the timeline element in the middle of the page. Right now that option is only available if I select alternate milestone placement.
Also, please provide a quick CSS to change the font size of the title. Right now the system reverts to default if I change it.
Thank you!
Hey DashaChichasova,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Link in private. Thank you!
Hi,
Add this to quick css:
#avia-timeline-1{
margin: auto;
width: 50%;
padding: 10px;
}
.av-special-heading.av-special-heading-h2 h2 {
font-size:50px!important;
}
Best regards,
Jordan Shannon
Jordan,
The CSS for centering worked, thank you!
For the title change, I think I didn’t explain this right. I need the size of milestone title changed. Also, is there a way to increase the milestone title and date columns so that everything shows up on the same row?
Hi,
Add this to quick css:
.avia-timeline-vertical .av-milestone-date{
width:27%!important;
}
.av-milestone-contentbox h4{
font-size:25px!important;
}
Best regards,
Jordan Shannon
Jordan,
You’re the man! Thank you so much for your time and quick responses!
Hi,
No problem at all I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon