I know how o change the inset_header.png later on. But I'm wondering about the background that is unchanged.

TheEdge wrote:Just a quick question. I want to change the width if the inset position on my site. I already changed "inset_width:..." in /templates/gk_icki_sports/lib/php/gk_setup.php and also the parameter "div#inset" in template.css. But then it looks like this.
I know how o change the inset_header.png later on. But I'm wondering about the background that is unchanged.
$inset_width = 200;
div#inset{
width:249px
float:left
}
div#inset{
width:200px !important;
float:right;
}