different results on browsers
-
Hello,
I am reworking my tablepress so I can hide columns, but still have them be searchable. I found the following instructions that you posted.Yes! For that, please hide the columns using CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress-id-123 .column-4,
.tablepress-id-123 .column-5 {
display: none;
}I did that and it worked perfectly. The problem I’m seeing is that the table is not consistent with all browsers. It works as expected in chrome, microsoft edge, android and apple. Firefox is the issue. In firefox the table is a narrow column, but other browsers it works perfectly.
The short code I am using is- [table id=123 cache_table_output=false responsive=stack responsive_breakpoint=”all” /] in elementor free. (I changed my id for this example)
Any Ideas?
Thank You,
Antonio
The page I need help with: [log in to see the link]
The topic ‘different results on browsers’ is closed to new replies.