Title: from table to list
Last modified: September 14, 2017

---

# from table to list

 *  Resolved [hubbez](https://wordpress.org/support/users/hubbez/)
 * (@hubbez)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/from-table-to-list/)
 * where or how can I make the table turn into list style [@media](https://wordpress.org/support/users/media/)(
   max-width:960px) and lower (I pad portrait)..
 * rgds
    and tnx

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [motopress](https://wordpress.org/support/users/motopress/)
 * (@motopress)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/from-table-to-list/#post-9516339)
 * Hi [@hubbez](https://wordpress.org/support/users/hubbez/),
    Please try to apply
   this styles to show list veiw at all devices.
 *     ```
       .mptt-shortcode-wrapper .mptt-shortcode-list {
           display: block;
       }
   
       .mptt-shortcode-wrapper .mptt-shortcode-table {
           display:none !important;
       } 
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘from table to list’ is closed to new replies.

 * ![](https://ps.w.org/mp-timetable/assets/icon-256x256.png?rev=2665792)
 * [Timetable and Event Schedule by MotoPress](https://wordpress.org/plugins/mp-timetable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mp-timetable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mp-timetable/)
 * [Active Topics](https://wordpress.org/support/plugin/mp-timetable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mp-timetable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mp-timetable/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [motopress](https://wordpress.org/support/users/motopress/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/from-table-to-list/#post-9516339)
 * Status: resolved