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.
That's weird, you put your inset on gk_setup.php like this?
- Code: Select all
$inset_width = 200;
without "px" and with ";" at the end
try this too:
On template_css.css find:
- Code: Select all
div#inset{
width:249px
float:left
}
and replace:
- Code: Select all
div#inset{
width:200px !important;
float:right;
}
Anyway, you need to edit "inset_bg.png" size, in this case, 200px width
Saludos.