Title: Problem mobile
Last modified: October 19, 2016

---

# Problem mobile

 *  Resolved [egundersen](https://wordpress.org/support/users/egundersen/)
 * (@egundersen)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/problem-mobile/)
 * I just the theme hired and on my webpage [http://www.egundersen.se/resume](http://www.egundersen.se/resume)
   I’ve got the problem that the time line don’t autof adjust the withed. It looks
   good on computer and tablet but not on the phone…

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

 *  Thread Starter [egundersen](https://wordpress.org/support/users/egundersen/)
 * (@egundersen)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/problem-mobile/#post-8333540)
 * Sorry for poor description was very tired. I use the theme “Hired” and I’ve got
   the plugin on my resume page (www.egundersen.se/resume) on tablets and computers
   the timeline shows up correct but on smaller screen the announcments oxes dosent
   adjust to the whole text but just the half…
 *  Plugin Contributor [Code Parrots](https://wordpress.org/support/users/codeparrots/)
 * (@codeparrots)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/problem-mobile/#post-8339905)
 * HI [@egundersen](https://wordpress.org/support/users/egundersen/),
 * Your theme should have some form of word-break set, so in cases like this the
   words wrap around.
 * My recommendation would be to add the following bit of CSS to your active theme:
 *     ```
       h2.cd-timeline-item-title {
          word-break: break-word;
       }
       ```
   
 * Which should fix the problem for you. Please let us know if you are still having
   issues after the code snippet has been added to your active themes style.css 
   file.
 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/problem-mobile/#post-8344944)
 * Hi [@egundersen](https://wordpress.org/support/users/egundersen/),
 * I am going to close out this issue since it looks like it has been resolved. 
   We may include this in a future release, if it becomes an issue for more people.
 * Thank you for bringing it to our attention!
 * Evan

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

The topic ‘Problem mobile’ 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/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [title](https://wordpress.org/support/topic-tag/title/)
 * [word-break](https://wordpress.org/support/topic-tag/word-break/)

 * 3 replies
 * 3 participants
 * Last reply from: [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/problem-mobile/#post-8344944)
 * Status: resolved