• Resolved lyz96

    (@lyz96)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Nikolay Nikolov

    (@nnikolov)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug when mobile view’ is closed to new replies.