I would like to decrease the size of the content container in the timeline element. Please let me know how I can decrease the container size (same size across all containers. I text in the title portion of the container.
Hey bgharper,
Please try this code in the General Styling > Quick CSS field:
.av-milestone-contentbox {
width: 30% !important;
}
The default setting for this is 50%, please try different percentages to achieve your effect.
If this doesn’t help, please link to your example page so we can fine tune the css to meet your needs.
Best regards,
Mike
Thanks I need to decrease the height not the width