Auto-scrolling in the structure

It would be very good that when you click on an element, then in the structure on the right it would automatically scroll to it, and also reveal the nesting, if any.

Now I have to look for him myself.

For example, there is such a thing in the navigator elementor.

Thank you!

You can already do this. Go into Bricks Settings > Builder, scroll down until you find the Structure Panel section and then activate ‘Expand active element & scroll into view’.

1 Like

Cool, thanks! How could I have overlooked such a thing :sweat_smile: :laughing:

Hello, if you also write this CSS code in the Builder tab, in builder mode: Custom, the “Builder Mode (Custom)” field, you will have an improved display of the structure elements. As in the attached image. You can change the color to your liking.

#bricks-structure .element.active .structure-item {
background-color: #227505;
}

I also have a video where I explain it:

Kind regards
Antonio

3 Likes