How to change the site body padding?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 11, 2012 11:12 am
Reply with quote
Report this post
Hello guys can you please help me change the padding on the mainpage to make contents come closer to the edge?
User avatar
Platinum Boarder

GK User
Tue Sep 11, 2012 11:26 am
Reply with quote
Report this post
I found the solution guys thanks anyway
User avatar
Platinum Boarder

Konrad M
Tue Sep 11, 2012 11:30 am
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
#gkPage {
padding: 30px 20px;
}

If it is not enough please decrease second value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Sep 11, 2012 11:40 am
Reply with quote
Report this post
Thanks a lot Konrad.
User avatar
Platinum Boarder

GK User
Tue Sep 11, 2012 12:09 pm
Reply with quote
Report this post
@Konrad . Can you help me please with the padding between mainbody and sidebar?
User avatar
Platinum Boarder

Konrad M
Tue Sep 11, 2012 1:02 pm
Reply with quote
Report this post
Try this code in override.css
Code: Select all
#gkContent + #gkSidebar {
padding-left: 36px;
}

and decrease this value to fit your needs.
User avatar

GK User
Tue Sep 11, 2012 8:52 pm
Reply with quote
Report this post
Thanks a lot
User avatar
Platinum Boarder


cron