• Resolved hubbez

    (@hubbez)


    where or how can I make the table turn into list style @media(max-width:960px) and lower (I pad portrait)..

    rgds
    and
    tnx

Viewing 1 replies (of 1 total)
  • Plugin Contributor motopress

    (@motopress)

    Hi @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.