Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter karantin

    (@karantin)

    Hi,
    thank you for fast answer.

    I tried other available models and got bad results. For example right now I changed responsive=mode on responsive=flip responsive_breakpoint="phone"  and tables on smartphones have big width (more then screen). There is a problem with it on computer screens also. For example some tables which have two columns show second columns in own positions (see here).

    My website has two templates – one for computers and second for mobile devices. The theme for mobile devices was created on Bootstrap and it has CSS for tables on mobile devices:

    @media (max-width: 767px) {
    .tablepress thead {
    	position: relative !important;
    	overflow: auto !important;
    	clip: auto !important;
    	width: auto !important;
    	height: auto !important;
    	margin: 0 !important;
          }
    }

    There are two your plugins on my site.

    And also you can see the page with tables

    Regards,
    Viacheslav

Viewing 1 replies (of 1 total)