Qapla
asked 5 years ago

Hello,
Problem on my website http://www.techstory.info with pagination by years: I have more than 30 years and the last years, in the list at the right of the screen, are unaccessible. Would it be possible to have a scrollable years list or to display them on more than one col? Thanks

3 Answers
DominicStaff
answered 5 years ago

You can try the following code in the style.css file or Dashboard > customize > Additional CSS.

.timeline-date-scrubber.affix {
height: 500px;
min-height: 100%;
overflow: auto;
}
Qapla
answered 5 years ago

That’s fine, thank you very much Dominic!
But, it looks even better with min-height: 90%;
Please, is there a way to show only the years, not the months? Thanks again
 

Dominic Staff
replied 5 years ago

You can try the following code:
.timeline-date-scrubber .open li.data-page { display: none;}

Qapla
answered 5 years ago

Terrific! Thanks

Powered by DW Question & Answer Pro