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

    (@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 6 years, 3 months ago by Processby.
Viewing 1 replies (of 1 total)
  • The topic ‘Table with’ is closed to new replies.