Hi, border radius is not working on element Map Basic.
In BeBuilder it works, but when i save the page it is not visible.
Or am I doing something wrong myself?
Hi,
Please, edit the map element in Advanced -> Custom, add overflow: hidden; in the Additional CSS field, and check if the problem persists.
overflow: hidden;
Thanks
I did what you said, unfortunately no effect.
Then please, use the following CSS code:
.mcb-section .mcb-wrap .mcb-item-ercv1dgfn .mcb-column-inner-ercv1dgfn{ overflow: hidden; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
It will be fixed in the next update, so after it, you can remove this code (notice that we released an update today, where it is not fixed yet).
Best regards
Thanks it works. And also for the additional information about the fix in an upcoming update.
Comments
Hi,
Please, edit the map element in Advanced -> Custom, add
overflow: hidden;
in the Additional CSS field, and check if the problem persists.Thanks
I did what you said, unfortunately no effect.
Then please, use the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
It will be fixed in the next update, so after it, you can remove this code (notice that we released an update today, where it is not fixed yet).
Best regards
Thanks it works. And also for the additional information about the fix in an upcoming update.