Make the docked Beaver Builder Panel as wide as you want. Free code snippet.

This snippet lets you set the maximum width that you can drag the beaver builder docked panel to. In my snippet, I've set it to 1200 pixels here - but you can do whatever you want. And you can just save it in the global settings to keep things easy.

Watch the video for a full rundown.

The Code

You can save this in your global settings.

Menu > Global Settings > JavaScript

jQuery(document).ready(function(){
    if(window.FLBuilderConfig)
    {
        jQuery( ".fl-builder-panel.ui-draggable" ).resizable({
             maxWidth:1200 /* or whatever you want, without the 'px' */
        });
    }
});

Leave a Comment





Level up your Beaver Builder skills

Join 3,264 Beaver Builders and get our monthly-ish dish

We've got a million ideas that we've implemented on over 300+ BB enabled websites. Pop in your email below, and we'll let you know when a new post or plugin is available :)

Newsletter

"*" indicates required fields

This field is for validation purposes and should be left unchanged.

Spam sucks.