Little Screen Limitation

When you need to make Little Screen Limitation you can set exact sizes of font size and line height for small screen, for example mobile or tablet, use next:

  1. Go to the Data table in WordPress admin area of your site
  2. Click CSS plugin tab and past the code here:
  3. @media only screen and (max-width: 768px) {
    #supsystic-table-5 {
    font-size: 8px;
    line-height: 10px;
    }
    #supsystic-table-5 th, #supsystic-table-5 td {
    padding: 0;
    }
    }

    Where – supsystic-table-1 – 5 is the number of your table id

  4. And click Save
Categories
Latest Articles