Viewing 1 replies (of 1 total)
  • Plugin Support Syed Numan

    (@annuman)

    Hello @apendix,

    The installed theme CSS is conflicting with the table. However, you can use the following CSS to the table custom CSS section.

    @media only screen and (max-width: 969px){
        
        .footable, .table, .table-cell, .table-cell-mid {
            display: table !important;
        }
    
    }

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble with table alignment and blank space on small screens’ is closed to new replies.