=== Motoki Spacing Controller === Contributors: motok1 Donate link: https://motoki-design.co.jp/contact/ Tags: block-editor, spacing, layout, responsive, editor-style Requires at least: 6.0 Tested up to: 6.8 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Easily control top and bottom padding and margin for each block in the block editor, separately for PC and SP views. == Description == Motoki Spacing Controller allows you to: * Adjust top/bottom **padding and margin** per block * Apply styles **separately for PC and smartphone** * Set spacing values via intuitive block sidebar controls * No need for custom CSS – just click and go **Useful for:** – Designers who want precise control over vertical spacing – Responsive web development – Consistent layout across devices This plugin adds spacing-related class names like `pc-pt-10`, `sp-mb-20`, etc., which are applied instantly to your blocks. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/motoki-spacing-controller/` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the "Plugins" screen in WordPress. 3. Edit any block and open the sidebar. You will see "Padding Adjustment" and "Margin Adjustment" panels. == Screenshots == 1. Padding & Margin controls in block editor sidebar 2. Applied classes on block elements 3. Responsive spacing shown on frontend == Frequently Asked Questions == = Will this affect my theme's layout? = No. It only adds utility classes and will not override your theme unless there's a conflict in class naming. = Can I customize the spacing values? = Not yet. Version 1.0 provides fixed values (0, 10, 20, 30, 40). Future versions may add customization options. == Changelog == = 1.0.0 = * Initial release. == Upgrade Notice == = 1.0.0 = First release. Safe to install.