Timeline Addon Issue - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Timeline Addon Issue

NO

Nicole Otto

SP Page Builder 2 years ago

https://yourwingsofhope.com/index.php/about

The dates for the timeline don't display on the mobile version of the website. How do we get them to show?

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #134834

Hi

Thanks for contacting us, could you please give me a screenshot of it? Where I need to check exactly?

-Regards.

0
NO
Nicole Otto
Accepted Answer
2 years ago #134850

Sorry, ivcant post a screen shot it is in the timeline area of the page called History of Wings of Hope

0
NO
Nicole Otto
Accepted Answer
2 years ago #134961

Here is the screenshot. The dates for the timeline aren't showing https://snipboard.io/lqcE3S.jpg

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #134981

Use this custom CSS

@media (max-width: 767px){
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
    display: block !important;
}
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date{
        margin-left: 0 !important;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
    top: 20px !important;
}
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

0