Howto: Change width of "inset" position
Joomla template which allow you to present sport news in amazing and professional way.
- GK User
- Sat Dec 11, 2010 11:15 pm
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.
I know how o change the inset_header.png later on. But I'm wondering about the background that is unchanged.
-
- Fresh Boarder
- GK User
- Wed Dec 29, 2010 11:31 am
I'd like to ask about it too... i have to tighten my website's inset
and i want to make mainbody look like inset (i don't want white hole in center of site)
and i want to make mainbody look like inset (i don't want white hole in center of site)
-
- Fresh Boarder
- GK User
- Mon Jun 27, 2011 8:11 pm
I'm dealing with the same problem; does anyone have a
solution for this??
thanks in advance!
Gerry
( url: frisia.ophetweb.nu )
solution for this??
thanks in advance!
Gerry
( url: frisia.ophetweb.nu )
-
- Fresh Boarder
- GK User
- Sat Jul 02, 2011 9:25 pm
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.
-
- Junior Boarder
- teitbite
- Mon Jul 04, 2011 6:07 am
Hi
Can I please see an example of the problem, maby the image can be fitted with css somehow.
Can I please see an example of the problem, maby the image can be fitted with css somehow.
-
- Moderator
5 posts
• Page 1 of 1