Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fulviods

    (@fulviods)

    Ok i succeeded, now much better.
    Just one question… its possible to have for this table on mobile 2 little pictures on one row and the biggest picutres of one row instead of one picture per row ?

    Plugin Author Elvin D

    (@esstat17)

    Try to use this CSS
    .ml-responsive-table dt.ml-title {
    clear: none;
    float: left;
    width: 45% !important;
    }
    .ml-responsive-table dd.ml-value {
    clear: none;
    float: left;
    width: 45% !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘not working ? tablepress’ is closed to new replies.