• Resolved helban

    (@helban)


    Hi, the link above probably doesnt work as its on staging.
    I am using flip mode but the title column in mobile view has much shorter height than the content columns so the information doesn’t line up.
    Following previous posts and threads on nearly this subject I have used the CSS below but should it be column height as the columns and rows are reversed? I welcome your help. Helen

    @media (max-width: 767px) {

    .tablepress-id-1 .row-1,
    .tablepress-id-1 .row-2,
    .tablepress-id-1 .row-3,
    .tablepress-id-1 .row-4,
    .tablepress-id-1 .row-5 {
    min-height: 116px !important;
    }

    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For me, this CSS code is actually working, when I view the table from your link…
    Can you maybe force-reload the page (via Ctrl+Shift+R) to clear the browser cache?

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Equal cell height in flip mode’ is closed to new replies.