CSS for custom edges on a wrap
I am trying to apply some CSS to get an affect on the edge of a wrap when a background is applied
i am trying to achieve the following effect on all 4 corners of a wrap
I have tried applying the following CSS in the "custom" section of the wrap but nothing gets applied. Anyone able to offer some advice?
/* Apply equal rounded corners to all four corners */ .corner-wrap-class { border-radius: 20px; /* Adjust the value as needed */ display: block; /* Ensure the element is displayed correctly */ }
Comments
i don't know if this is a bug, or expected behaviour but when i try and modify elements from an imported demo site to test with, the depreciated settings work differently when replicated to the css under "advanced" such as
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
About the deprecated settings, see the following article:
https://support.muffingroup.com/faq/what-deprecated-in-the-bebuilder-means/
Best regards