Template right margin

GK User
Tue Feb 15, 2011 5:18 am
How do I decrease the right margin between the main body and the right column as shown by the yellow area?
I tried with Firebug, but it does not give me the location of the file to edit.

margin.jpg
User avatar
Senior Boarder

GK User
Tue Feb 15, 2011 8:49 am
url?

Maybe this solve your problem?

Code: Select all
main .inner (line 40)
{
padding-top: 23px;
padding-right: 10px;
padding-bottom: 23px;
padding-left: 23px;
}
User avatar
Senior Boarder

GK User
Tue Feb 15, 2011 5:45 pm
It does not work,

When I look at it through Firebug, it shows

#gkContentMainbody {
margin-right: 23px;
}

I can make the changes in Firebug and see the area decrease, the file listed is not a css file. I shows senegalonline.net as you can see in the pic
User avatar
Senior Boarder

GK User
Tue Feb 15, 2011 7:05 pm
Hi

I recommend that you use the following code on override.css file (don't forget to enable it on template parameters):

Code: Select all
#gkContentMainbody.gkPaddingTBLR {margin:0 5px!important}


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Feb 15, 2011 7:19 pm
Thank you, it worked
I used

#gkContentMainbody.gkPaddingTBLR {margin:0 5px 0 0!important}

instead
User avatar
Senior Boarder


cron