Viewing 1 replies (of 1 total)
  • Plugin Author ImageProcessby

    (@processby)

    Hello.

    Its may be adjusted with CSS. But mind that table width must be 100% for small screen devices.

    
    @media screen and (min-width: 1200px) {
        .table-responsive .table {
            max-width: 70%;
        }
    }
    
    • This reply was modified 7 years, 2 months ago by ImageProcessby.
Viewing 1 replies (of 1 total)

The topic ‘Table with’ is closed to new replies.