Modify the height of free space on the top of the page

GK User
Sun Oct 28, 2012 2:43 pm
How can I modify the height of the free space on the top of the page? Above the logo and search.
It should be valid for all pages in template.
User avatar
Junior Boarder

GK User
Sun Oct 28, 2012 11:56 pm
Hi

Please enable the use of css override on template parameters > advanced settings.

Next from the template directory, open ../css/override.css file and add this lines:

Code: Select all
h1#gkLogo {
   margin: ?px 0 30px 0;
}
#gkSearch,#gkButtons {
   margin-top: ?px;
}

#gkButtons {
   margin-top: ?px;
}


Changes margin values to fit your needs.

Cheers
User avatar
Platinum Boarder

GK User
Tue Oct 30, 2012 9:41 pm
Somehow it did not work. I manage to change it from template.css
User avatar
Junior Boarder

GK User
Fri Nov 16, 2012 2:00 am
Valentinopolus wrote:Somehow it did not work. I manage to change it from template.css


It would be better if you use all css customization on override.css file, because it will be easier for you to precede on future updates.

If it's not working you might need to add !important rule on classes.

Cheers
User avatar
Platinum Boarder

GK User
Sat Nov 17, 2012 11:02 pm
You're right. Thanks. I haven't tought about it.
User avatar
Junior Boarder


cron