A WordPress Gutenberg plugin that extends core blocks and Kadence blocks with visual grid lines - inspired by the Tailwind CSS website design.
- Visual Grid Lines: Add pseudo-element borders that extend to the page edge
- Supports Core Blocks: Group, Columns, Column, Cover, Image, Heading, Paragraph
- Supports Kadence Blocks: Row Layout, Column, Advanced Heading, Icon List, Tabs, Accordion
- 3 Preset Styles: Tailwind Style, Modern Grid, Subtle Lines
- Flexible Configuration:
- Line style: solid, dashed, dotted
- Width: 1-10px
- Color with opacity
- Length modes: Page Edge, Absolute %, Relative %
- Linked/Unlinked Sides: Configure Top/Bottom and Left/Right together or individually
- Overlap Prevention: Optional checkbox to prevent duplicate lines at same positions
- Clone/copy to
wp-content/plugins/visual-grid/ - Run
npm installandnpm run build - Activate plugin in WordPress Admin
- Add any supported block
- Open Block Settings → Visual Grid panel
- Enable Visual Grid
- Choose a preset or customize settings
- Configure which sides should have grid lines
npm install # Install dependencies
npm run start # Development mode with watch
npm run build # Production build- WordPress 6.0+
- PHP 7.4+
- Node.js for building