NO BUG: Cannot remove block id styling

Browser: Chrome 125.0.6422.142 Bricks version 1.9.9
OS: Windows
URL: (Bento design – Bricksdev.io)
Video: Bento design (Builder)

[SOLVED] I mistakenly added some padding to the ID of a block then duplicated it several times. Now I cannot get back to the ID to remove the styling

I really don’t understand why, but it’s now working again, I can see the IDs now.

Hey Pete,
As far as I can see, there’s still a padding set on the IDs and the classes of each block, which doesn’t make sense (even if it’s 0 on the IDs and the classes).

Since you duplicated the blocks, the styles on the ID will stay and won’t sync as if you set them on a class (since an ID must be unique, each block has a padding and overflow set on its ID).

I’d advise you to completely reset the ID styles of each block to avoid confusion.

Select each block in your grid and click the little reset styles icon while the ID shows. This will remove every ID style but keep the classes.

Best regards,
timmse

Yes, you’re correct, although I’ve been working with Bricks for a while now, I keep making these simple mistakes.

Many thanks