Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter egundersen

    (@egundersen)

    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

    (@codeparrots)

    HI @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

    (@eherman24)

    Hi @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.