you need to edit the following css file and code:
template.css (line 810)
Code:
div.module div div div, div.module_text div div div, div.module_menu div div div, div.module_hilite div div div
{
background:transparent url(../images/box-tl.gif) no-repeat scroll left top;
padding:8px 15px 15px;
}
you need to change that to:
div.module div div div, div.module_text div div div, div.module_menu div div div, div.module_hilite div div div
{
background:transparent url(../images/box-tl.gif) no-repeat scroll left top;
/*padding:8px 15px 15px;*/
}
Then you need to have a big enough image.
🙂