Basic changes for the gkContentMainbody

GK User
Mon Jun 27, 2011 10:10 pm
Hi

I'm trying to make some basic chnages to the template. I need the mainbody and top to align but there is a 10px diffence.

I'm using firebug to review the CSS but I get the following.

#gkContentMainbody {
margin-right: 23px;

THis is attribute to the name of the page, and not a CSS file.

I presume this is because it's autocalculated? I need to reduce it to 10PX. Can anyone point me in the right direction

To clarify - thats 10px gap between Maindbody Text abd the right column.

THanks

G
User avatar
Fresh Boarder

GK User
Tue Jun 28, 2011 9:14 am
Please attach some screen with the place where you want to add the space.

Code: Select all
#gkContentMainbody {
 margin-right: 23px;


This part is probably added by script so you need to look at this in template js files.
User avatar
Platinum Boarder

GK User
Tue Jun 28, 2011 9:37 am
Hi. I've attached a screen shot - I couldnt find it in the JS - but I may be missing something.

if you PM me ill send you the IP so you can see the site...

Thanks

G

Untitled.gif
User avatar
Fresh Boarder

GK User
Tue Jun 28, 2011 3:36 pm
You can edit this value in file lib/gk.framework.php line 505
User avatar
Platinum Boarder

GK User
Tue Jun 28, 2011 5:59 pm
Perfect!

Thanks!
User avatar
Fresh Boarder


cron