Shape Divider Boder Issue

How to remove the shape divider border?

Realized all shape dividers show light gray border after changed the background color to white.

Thanks

Just pulling this up to the top…

I have this issue, mainly on mobile devices where thin grey border appears below the shape divider, quite annoying…

Any ideas?

It’s just a visual glitch. I get it sometimes too. You can fix it by adding a -1px shift to whichever side your shape is fixed to.

In your case it’s bottom.

1 Like

Thank you, all fixed.

I had the same issue. Overflow: hidden worked for me.

Shifting it didn’t work for me (negative margin or positioning bottom: -1px or whatever) but I didn’t exhaust all possibilities.

I take it back. overflow:hidden worked in 1 spot, but not another. I then found where to “shift” the divider -1px, and it indeed worked. Bottom: -1px in the Shape Divider area. Screenshot of the setting:

1 Like