Hi villain,
This is possible only with CSS3 which is not supported by IE yet.
Within Nucleus you can open the Custom Styles panel (Edit > Custom Styles) and write the following:
.skin-content-main { -moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; }
Change 12px with the curve radius you want.
|
|