• Resolved beinghome9

    (@beinghome9)


    Hi,
    your plugin works fine, the only problem is with content which i am not able to view in a single page.
    It would be a great help if you can guide me through some process/css, so that whole content of the table appears in single page. I have tried every option of responsive mode.

    Quick Reply Appreciated
    Thanks,
    Ashish

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

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

    (@beinghome9)

    Need Help in Mobile view landscape mode only.
    All other views are working fine

    Plugin Author supsystic

    (@supsysticcom)

    Hello,

    I’m sorry for late reply.

    To view all content in a single page, in the CSS editor of Data Table plugin insert this code:

    @media only screen and (max-width: 768px) {
     #supsystic-table-5 {
      font-size: 8px;
     }
     #supsystic-table-5 th, #supsystic-table-5 td {
      padding: 0;
     }
     #supsystic-table-5 td:nth-child(3), #supsystic-table-5 td:nth-child(6), #supsystic-table-5 td:nth-child(9),
     #supsystic-table-5 td:nth-child(12), #supsystic-table-5 td:nth-child(15), #supsystic-table-5 td:nth-child(18),
     #supsystic-table-5 td:nth-child(21) {
      font-size: 10px !important;
     }
    }

    (screenshot – https://prntscr.com/h7nknq)

    Afterwards let us know about the result.

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table Content not visible in single page’ is closed to new replies.