• Resolved malagasmith

    (@malagasmith)


    Hi, we dont’ have any custom css being applied to tables anywhere on the site, but on mobile, tablepress tables have a different font in 2nd and 3rd columns only (sometimes only the 3rd column). if i put the following css in the tablepress options custom css, it affects only the affected columns (2nd and 3rd or sometimes just 3rd). i can’t seem to control the whole table. please advise, thank you!

    @media only screen and (max-width: 768px) {

    thead th,
    tbody td {
    font-size: 18px!important;
    }

    }

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mobile fonts wrong only in 2nd and 3rd columns’ is closed to new replies.