Equal cell height in flip mode
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Equal cell height in flip mode’ is closed to new replies.