Google Map Block round corners?

To round corners of Google Map Block, you can use this code to Website Tools > Custom CSS .

div.map-block>div {
    border-radius: 20px;
}

image

Result

1 Like