Results 1 to 2 of 2
  1. #1
    MMM
    MMM is offline Private Member
    Join Date
    October 2014
    Posts
    1,650
    Thanks
    428
    Thanked 686 Times in 477 Posts

    Default Making TinyMCE tables responsive

    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.

  2. #2
    petimi's Avatar
    petimi is offline Public Member
    Join Date
    February 2016
    Posts
    177
    Blog Entries
    8
    Thanks
    42
    Thanked 99 Times in 73 Posts

    Default

    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/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •