Hi,
I have added to my custom.css
.boxed #wrap_all {
border-color: #A0918A;
border-radius: 14px 14px 14px 14px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
margin: 30px auto;
border-color: #AAAAAA #AAAAAA -moz-use-text-color;
border-style: solid solid none;
border-width: 1px 1px medium;
}
to achieve with my boxed layout rounded corners. But this CSS have no effect at all and I don't understand why. The shadows work, but the rounded corners not:
http://i46.tinypic.com/35ioepk.jpg
I'm not so familiar with CSS, but it seems that it its a matter of z-index, the "header" and its container prevent the "#wrap_all" container from being visible with its round corners.
Any ideas?
Thanks.














