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
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;
}
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
You can try the following code:
.timeline-date-scrubber .open li.data-page { display: none;}
Terrific! Thanks
Please login or Register to submit your answer