For each of the threads you’ve opened can you please provide a link to your site. I’ll need to see the element classes to provide the appropriate CSS declarations for you.
Thanks,
Evan
Hi Abigail,
I’m not seeing the timeline on your site. Either way, you can use the provided CSS selectors on the date, button, titles etc. and just float them in the direction you’d like them.
You can either float them or use a text-align: declaration to get things where you need them to be.
Example:
.timeline-date {
float: left !important;
}
would align all of the dates to the left. You’ll most likely need to add a line break so that the dates appear below the announcement title.
Thanks,
Evan