Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Stratum – Elementor Widgets Stratum – Horizontal timeline mobile not showing meta
- This topic has 5 replies, 2 voices, and was last updated 1 week, 6 days ago by
Daniel Steinmann.
- AuthorPosts
- February 17, 2025 at 7:00 pm #1729392
Daniel Steinmann
ParticipantSeems that the horizontal timeline, when on mobile is not showing the values inserted in meta (like the date f.e.) Only the dot and the description is visible. Is this by default or am I missing a setting?
February 20, 2025 at 11:46 pm #1731384J. Davis
KeymasterHi Daniel,
You can check it at this demo page https://stratum.getmotopress.com/horizontal-timeline/
Could you provide your example and specify the device(s) and browser(s) where the issue occurs? Screenshots or examples are appreciated.February 23, 2025 at 10:19 pm #1732350Daniel Steinmann
ParticipantHi J.Davis, apologies, my bad as this is the vertical, not the horizontal time line where the issue appears. When checking your vertical demo page https://stratum.getmotopress.com/vertical-timeline/ the same issue appears. On mobile, the meta fields (the date) disappears.
March 4, 2025 at 10:32 pm #1736428Daniel Steinmann
ParticipantHi, just checking here. I understand that this is not a high priority but nevertheless…
March 5, 2025 at 3:11 am #1736591J. Davis
KeymasterHi Daniel,
Thank you for your reply. We have this task in our list of features so we will notify you when we have any news on this. Meanwhile, you can add the style below at Appearance > Customize > Additional CSS:@media(max-width:990px){ .stratum-vertical-timeline .stratum-vertical-timeline-item__meta { display: inherit !important; width:80%; } .stratum-vertical-timeline-item__card{ max-width:80%; } .stratum-vertical-timeline-item__point { position: absolute; top: 50%; left: 0; } .stratum-vertical-timeline .stratum-vertical-timeline-item__inner { flex-direction: column-reverse !important; flex-wrap: wrap; } }
March 13, 2025 at 5:54 pm #1740325Daniel Steinmann
ParticipantGreat! Thank you! That works.
- AuthorPosts
- You must be logged in to reply to this topic.