up the header of the home

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
Wed Jan 16, 2013 11:43 am
Reply with quote
Report this post
Hi team,

I would like up the header.
On the home i've a big space between the menu and the start header.
Possible ?

http://www.rainet.fr/

Thanks.
User avatar
Gold Boarder

Konrad M
Wed Jan 16, 2013 11:53 am
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
#gkPageTop + #gkPageContent #gkSidebar, #gkPageTop + #gkPageContent #gkContent {
margin-top: 42px!important;
}

and decrease this value to fit your needs.
User avatar

GK User
Wed Jan 16, 2013 5:09 pm
Reply with quote
Report this post
Thanks, but nothing more with add to overide.css
User avatar
Gold Boarder

Konrad M
Wed Jan 16, 2013 8:10 pm
Reply with quote
Report this post
Did you enable override.css file in template settings ?
User avatar

GK User
Thu Jan 17, 2013 11:05 am
Reply with quote
Report this post
yes, of course.
User avatar
Gold Boarder

Konrad M
Fri Jan 18, 2013 8:27 am
Reply with quote
Report this post
It won't work becasue you add css rule inside comment tags. So browser will ignore this rules. Your code look like this:
Code: Select all
/* #gkPageTop + #gkPageContent #gkSidebar, #gkPageTop + #gkPageContent #gkContent {
margin-top: 42px!important;
} */

and schould look lie this:
Code: Select all
#gkPageTop + #gkPageContent #gkSidebar, #gkPageTop + #gkPageContent #gkContent {
margin-top: 42px!important;
}
User avatar

GK User
Fri Jan 18, 2013 9:59 am
Reply with quote
Report this post
I try both, and nothing more...
User avatar
Gold Boarder

Konrad M
Fri Jan 18, 2013 10:05 am
Reply with quote
Report this post
I checked at your site and at the moment you have disabled override.css option ? Becasue this file isn't in source.
User avatar

GK User
Fri Jan 18, 2013 12:28 pm
Reply with quote
Report this post
It's ok i found , it's the size 42px..; I need gkpage top to 0.
Thank you, it's ok for me.
User avatar
Gold Boarder


cron