Title: Bug when mobile view
Last modified: November 17, 2020

---

# Bug when mobile view

 *  Resolved [lyz96](https://wordpress.org/support/users/lyz96/)
 * (@lyz96)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/bug-when-mobile-view/)
 * [⌊Whats-App-Image-2020-11-17-at-15-25-43⌉⌊Whats-App-Image-2020-11-17-at-15-25-
   43⌉[
 * As you saw in the image, the blue box is the data I typed,
    the table plugin 
   I use is tablepress, How to remove the red box part, as its HTML show ::before
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbug-when-mobile-view%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Nikolay Nikolov](https://wordpress.org/support/users/nnikolov/)
 * (@nnikolov)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/bug-when-mobile-view/#post-13676049)
 * Hi.
    The plugin is only made for tables where the first row contains your column
   names. The column names are displayed then in the left and the content on the
   right. Your first row contains normal data and that is why it is shown on the
   left of all other rows. If all your tables are like that, please add this custom
   CSS code somewhere (either in the theme customizer in custom css or with a plugin
   for custom css)
 *     ```
       .mtr-table td[data-mtr-content]:before, 
       .mtr-table th[data-mtr-content]:before {
       display: none !important;
       }
       ```
   
 * **And also** in the settings of Make Tables Responsive change the width or the
   right side to 100% and the left side to 0%.
    Tell me if that helps. Regards.
    -  This reply was modified 5 years, 6 months ago by [Nikolay Nikolov](https://wordpress.org/support/users/nnikolov/).
    -  This reply was modified 5 years, 6 months ago by [Nikolay Nikolov](https://wordpress.org/support/users/nnikolov/).

Viewing 1 replies (of 1 total)

The topic ‘Bug when mobile view’ is closed to new replies.

 * ![](https://ps.w.org/make-tables-responsive/assets/icon-256x256.jpg?rev=1760329)
 * [Make Tables Responsive](https://wordpress.org/plugins/make-tables-responsive/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/make-tables-responsive/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/make-tables-responsive/)
 * [Active Topics](https://wordpress.org/support/plugin/make-tables-responsive/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/make-tables-responsive/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/make-tables-responsive/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nikolay Nikolov](https://wordpress.org/support/users/nnikolov/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/bug-when-mobile-view/#post-13676049)
 * Status: resolved