SOLVED: Rounded borders (border-radius) not working on some elements

Bricks Version: newest version on the bricks server

When I set rounded borders (for example border radius 10px) for search forms and featured images for every corner, only the top right and bottom right side are rounded, top left and bottom left are not rounded.

1 Like

Often overflow hidden also needs to be set,as inner elements may be going over edge of where the border radius is, making it invisible unless it’s set to hide it.

2 Likes

that worked! thanks!