=== Table layout editor === Contributors: (this should be a list of wordpress.org userid's) Donate link: http://example.com/ Tags: responsive, flexible, layout, editor, mobile, tablet, desktop Requires at least: 4.0 Tested up to: 4.4 Stable tag: 1.3.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This WordPress plugin provides an easy and user friendly way to make your site's content more responsive. == Description == It contains an editor that uses responsive rows and columns. For each device (phone, tablet, …) you can choose how many columns should be displayed and how wide they must be. Content can be added in every column. * available at each post edit screen * writes content to the main post editor (no [custom fields](https://codex.wordpress.org/Custom_Fields)) * ability to toggle between the responsive layout editor and the default WordPress editor. * column content is added via a [WordPress editor](https://codex.wordpress.org/Function_Reference/wp_editor) * makes use of row and column [shortcodes](https://codex.wordpress.org/Shortcode_API) * available for each [post type](https://codex.wordpress.org/Post_Types) == Installation == 1. Upload the plugin files to the `/wp-content/plugins/mm-table-layout` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress == Screenshots == 1.editor 2.layout settings 3.background settings 4.general settings 5.content settings 6.responiveness settings == Changelog == = 1.3.4 = Release date: Feb 3th, 2016 * Enhancement - changed plugin prefix ‘tl’ to a more unique prefix ‘mmtl’ * Enhancement - replaced Fancybox with Featherlight (not licensed under GPL2) * Enhancement - changed column and row html id and class format: {my-id}-wrap and {my-class}-wrap click [here](https://github.com/mmaarten/mm-table-layout/releases "Releases") for more information.