Modify Template

GK User
Wed Dec 28, 2011 3:00 am
Hi! I want to reduce the space between the header and an article's title.

What can I do?

Sorry for my bad english.

Thanks!


I attached a picture to make it cleaner.

URL: http://uatefa.comli.com/
User avatar
Junior Boarder

GK User
Wed Dec 28, 2011 11:58 am
Hi,

Open file: /templates/gk_appsite/css/layout.css

Find this code at line 21:
Code: Select all
#gkComponent { margin-top: 23px; }

Then adjust the 23px to a smaller number, it can be "-23px".
User avatar
Platinum Boarder

GK User
Wed Dec 28, 2011 11:59 am
Please try to use this code in override.css file
Code: Select all
#gkHeader {margin-bottom: 0px}


and remember to enable override css options in template dev settings.
User avatar
Platinum Boarder

GK User
Thu Dec 29, 2011 5:19 am
Thanks! But I tried both options, and none of them works fine...

Another option?

Thank you!
User avatar
Junior Boarder

GK User
Thu Dec 29, 2011 1:23 pm
User avatar
Platinum Boarder


cron