Hi,
Does anyone here uses TinyMCE for tables and knows how to make them mobile responsive?
Thank you
Hi,
Does anyone here uses TinyMCE for tables and knows how to make them mobile responsive?
Thank you
Best casinos to play slot machines online for real money. Reviews of best Real Money Casinos online.
Check OnlineBlackjackExplorer for ratings of the best casinos to play blackjack online. Which games offer the lowest house edge, as well as free blackjack games, live dealer and mobile blackjack sites.
You can add some custom CSS code and use percentage instead of absolute width in pixels.
So for a 4 column table for example you would put something like this in your CSS:
table {
width:100%;
}
td {
width:25%;
}
If you are using Wordpress I recommend you using TablePress plugin https://wordpress.org/plugins/tablepress/ that has an extension which makes the tables nice responsive with flip, scroll or collapse modes. It's very useful if you have many columns. https://tablepress.org/extensions/responsive-tables/