Title: date alignment
Last modified: August 22, 2016

---

# date alignment

 *  Resolved [aisforabigail](https://wordpress.org/support/users/aisforabigail/)
 * (@aisforabigail)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/date-alignment-1/)
 * hi –
    i’d like the date of my announcement to be aligned left, not right. can
   you help me with custom css to make that happen?
 * thanks
 * [https://wordpress.org/plugins/timeline-express/](https://wordpress.org/plugins/timeline-express/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/date-alignment-1/#post-5595674)
 * 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
 *  Thread Starter [aisforabigail](https://wordpress.org/support/users/aisforabigail/)
 * (@aisforabigail)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/date-alignment-1/#post-5595894)
 * bigdancetheater.org
 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/date-alignment-1/#post-5595913)
 * 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

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘date alignment’ is closed to new replies.

 * ![](https://ps.w.org/timeline-express/assets/icon-256x256.png?rev=1007462)
 * [Timeline Express](https://wordpress.org/plugins/timeline-express/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/timeline-express/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/timeline-express/)
 * [Active Topics](https://wordpress.org/support/plugin/timeline-express/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/timeline-express/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/timeline-express/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/date-alignment-1/#post-5595913)
 * Status: resolved