background between topbar and main content

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
Mon Sep 23, 2013 11:03 am
Reply with quote
Report this post
Dear Gavick's Team

Could you please let me know how to change distance between main content and TopBar?

I want to have background and topbar in the same colour (done) to make maincontent looks like iframe. To make that I need main content to start exactly below topbar (other words: I don't want to see background above main content, I just want to see topbar above). Now - when I scroll down it is OK because on the top I see only topbar but on the beginning of page I can see background above, so topbar looks like higher than it is.

Can you help? Thanks in advance!
User avatar
Fresh Boarder

GK User
Mon Sep 23, 2013 11:33 am
Reply with quote
Report this post
If you want to increase or decrease gap between top bar and content change following code.

File: /templates/gk_gamenews/css/template.css
Line: 87
Change 60px to lower or higher value depending on your need.
Code: Select all
#gkPage {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 60px auto 0 !important;
    padding: 30px;
}
User avatar
Platinum Boarder

GK User
Mon Sep 23, 2013 11:53 am
Reply with quote
Report this post
Thanks! Best regards!
User avatar
Fresh Boarder

GK User
Sun Sep 29, 2013 9:56 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron