Show events in list for selected time tables
-
Hi,
I saw you already shared a way to show all tables as list on desktop, but I was wondering if there’s a way to show a specific time table in list mode, regardless if you are viewing it on desktop or mobile, maybe by creating a custom class and assigning it to the table?
I tried the additional CSS you suggest to change them all to list mode:
.mptt-shortcode-wrapper .mptt-shortcode-list {
display: block;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
display:none !important;
}but it didn’t work, I even tried the one suggested by the user that asked how to change them all:
@media screen and (min-width: 673px) {
.mptt-shortcode-wrapper .mptt-shortcode-list {
display: block !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
display:none !important;
}
}and it didn’t work.
Thanks for your help
- The topic ‘Show events in list for selected time tables’ is closed to new replies.