
Visual Builder Demonstration: See how the builder bar automatically hides when designing in Divi 5.
Divi 5’s Visual Builder keeps its own vertical builder bar pinned to the left edge of the canvas at all times, even while you’re focused on the page itself. Powdi Auto-Hide Builder Bar for Divi adds a single “Enable show/hide menu” button directly to that bar. Turn it on, and:
It works whether or not you have a left or right sidebar open, and it never touches your published page – this is purely a Visual Builder editing convenience.
If you have any questions about this plugin, please check the FAQ section or post a thread in the WordPress.org forum. Please search existing threads before starting a new one.
The full, human-readable source code and build tools for build/bundle.js are available at:
https://github.com/sewerel/powdi-auto-hide-builder-bar-for-divi
The bundled file is built from the ES modules under src/ using webpack and babel-loader (see webpack.config.js in the repository). To build it yourself:
npm installnpm run build (production) or npm start (webpack watch mode)