Border radius map
Hey,
how can I round the corners on this pre-built section? I want to set the radius to 40px on each corner.
Thanks!
Hey,
how can I round the corners on this pre-built section? I want to set the radius to 40px on each corner.
Thanks!
Comments
Hi,
Please, try the following CSS code:
Put it in the custom CSS field in the Page options.
Thanks
Thanks, it worked for the map!
But I think I explained it poorly, sorry! I wanted to round the corners on the left side of the map and on the right side of the box.
Like that:
Thanks in advance!
Change the CSS code to this one:
and for the box on the right, you can set the border in the Advanced tab:
Best regards
Thank you so much, it worked out fine.
Is there some way to change the border radius of the map on mobile?
You can use the media queries.
https://support.muffingroup.com/how-to/how-to-customize-css-based-on-screen-size/
One CSS for the desktop display, and one for mobile.
Best regards