Builder: Ability to adjust the width of the structure and the main panel and

Hi bricks team,

As a suggestion, it would be nice to have the option to adjust the width of the structure and main panels in the Bricks > builder setting.

It would also be very useful to be able to disable the ability to change the width of these two panels with dragging.

Hi @HOSEIN,

you can already adjust the width of the structure and element panel, when you are in the builder - just by dragging and dropping the panel border. Or am I misunderstanding something?
CleanShot 2025-07-01 at 23.01.50

Best regards,
Matej

Hi Matej,

Or am I misunderstanding something?

Yes, I am aware of this. what I mentioned helps us to set the default width of each panel in advance.

Regarding the second part of this request, it disables changing the width of the panels (as you showed) to prevent the width of the panels from changing (unintentionally).

Actually, I mean settings like this👇

1 Like

Hi @HOSEIN,

I see. Let’s wait for more feedback on this, if it’s something that more users would need. Personally, I don’t think it’s needed, but as every feature, it might have its own use cases.

As a temporary solution, you can enqueue this CSS to the builder itself:

#bricks-panel-resizable,
#bricks-structure-resizable{
  display: none;
}

Best regards,
Matej

1 Like