Reduce the top gap of the page

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
Sat Aug 24, 2013 5:28 am
Reply with quote
Report this post
Hi guys,

I try to reduce the gap from the top of the page to my logo. Please help.

Thank you.

Image
User avatar
Fresh Boarder

GK User
Sat Aug 24, 2013 8:26 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Sat Aug 24, 2013 8:40 am
Reply with quote
Report this post
my url is mitcables.sg
User avatar
Fresh Boarder

GK User
Sat Aug 24, 2013 10:06 am
Reply with quote
Report this post
Ok, now where this "top gap" exactly is - could You make a screenshot and mark "the gap" on it?
User avatar
Moderator

GK User
Sat Aug 24, 2013 10:10 am
Reply with quote
Report this post
Here is the gap i talking about. Thank you for your reply.

Image
User avatar
Fresh Boarder

GK User
Sat Aug 24, 2013 10:27 am
Reply with quote
Report this post
Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
Code: Select all
#gkHeaderNav {
padding: 64px 0 0 0;
}


reduce first number to reduce the gap.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat Aug 24, 2013 10:34 am
Reply with quote
Report this post
Hi Cybereck,

Really thank you for your help. Can you teach me how to reduce this gap also ?

And how can i change the color of my page footer.

Thank you so much for your help.

Image
User avatar
Fresh Boarder

GK User
Mon Aug 26, 2013 4:12 am
Reply with quote
Report this post
By the ways, is it possible for me to change the background color from grey to white. Thanks.
User avatar
Fresh Boarder

GK User
Mon Aug 26, 2013 7:06 am
Reply with quote
Report this post
To reduce the gap use:
Code: Select all
#gkContent {
margin-bottom: 50px!important;
margin-top: 50px!important;
}

You can remove top and bottom gap this way.
User avatar
Moderator

GK User
Mon Aug 26, 2013 7:10 am
Reply with quote
Report this post
To change the background:
Code: Select all
#gkPageContent {
background: #FFF;
}
User avatar
Moderator

GK User
Mon Aug 26, 2013 9:28 am
Reply with quote
Report this post
Hi Cyberek,

Really thank you and appreciate your help. There is one issue with my footer that how can i remove the footer or change the footer color or reduce the size of it.

Thank you very much
User avatar
Fresh Boarder

GK User
Mon Aug 26, 2013 4:43 pm
Reply with quote
Report this post
Code: Select all
#gkFooter {display: none;}

will completely remove footer area (its empty right now).
User avatar
Moderator


cron