Hi,
When the steps are many (50 steps), the column in the statistic is too narrow.
Is that possible to make the statistic has the capability to scroll horizontally as well?
thanks
st
This reply has been marked as private.
@stef,
I have to check the code, if i can do something using the custom code without changing the core files of the addon
This reply has been marked as private.
The one that you show me is in the batches, but not in the learning path.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
@stef
Added this custom css on your site which fixed the issue
.single-learningpath .stats_content table#wplms_clp_leaderboard {
display: block;
overflow-x: auto;
white-space: nowrap;
}
Now horizontal scroll is visible on your site
http://prntscr.com/kknho2
@stef
Thanks for confirming. Closing the topic