Title: karantin's Replies | WordPress.org

---

# karantin

  [  ](https://wordpress.org/support/users/karantin/)

 *   [Profile](https://wordpress.org/support/users/karantin/)
 *   [Topics Started](https://wordpress.org/support/users/karantin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/karantin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/karantin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/karantin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/karantin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/karantin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Width of some tables on mobile screens](https://wordpress.org/support/topic/width-of-some-tables-on-mobile-screens/)
 *  Thread Starter [karantin](https://wordpress.org/support/users/karantin/)
 * (@karantin)
 * [6 years ago](https://wordpress.org/support/topic/width-of-some-tables-on-mobile-screens/#post-12795838)
 * 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](https://imgur.com/IVmC4eq)).
 * 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](https://imgur.com/eCqugKA).
 * And also you can [see the page with tables](http://salonforma.com.ua/prajs/)
 * Regards,
    Viacheslav

Viewing 1 replies (of 1 total)