Add full screen window canvas to back to icons when searching in Beaver Builder

In a recent Beaver Builder update the canvas size for an icon search was humbly shrunk as some users didn’t like the vast open lands of icon city.

Beaver Builder Icon Canvas Shrunk
Icon canvas area for icon selection and choosing was suddenly shrunk

With a bit of CSS code injected into the backend, the icon canvas size can be resized back to its former glory.

.fl-icon-selector .fl-lightbox {
    height: 100%;
    width: 100%;
    margin-top: 0 !important;
}

Add the above code to your theme’s style.css.

Beaver Builder Full Icon Canvas
Full screen canvas is restored, easier to search and select

Leave all Comment