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.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1729392

    Seems 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?

    #1731384

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

    #1732350

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

    #1736428

    Hi, just checking here. I understand that this is not a high priority but nevertheless…

    #1736591

    Hi 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;
    }
    }
    #1740325

    Great! Thank you! That works.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.