Hello all,
now I was able to get the container and the widgets “round”, but not the header, the menu und the footer. Can anybody help me getting them round, too?
For content and widgets I used this code:
/* Content rounded corners */
.inside-article {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
/* Widget rounded corners */
.widget {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
But what have I to use for the rest?
The website’s address is: http://www.bluemonty.de
Thanks for any help!
Best wishes
Birgit