Decrease Template Offset

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Mon Mar 28, 2011 1:22 am
How can I decrease the space at the top of the template? I`d like to have search/loging right at the top. http://www.wolterartstudio.com

Thanks,
Andre
User avatar
Senior Boarder

Konrad M
Mon Mar 28, 2011 5:06 am
Hi
Try add to override.css
Code: Select all
#gkToolbarWrap {
padding:60px 0 0;
}

and decrease first padding value.
User avatar

GK User
Wed Apr 06, 2011 12:10 am
100%, thanks for that!
User avatar
Senior Boarder

Konrad M
Wed Apr 06, 2011 7:16 am
I glad I could help :)
User avatar

GK User
Wed Apr 06, 2011 8:07 am
This is not working on my 1.5 Joomla version ;(
User avatar
Junior Boarder

Konrad M
Wed Apr 06, 2011 8:18 am
Irekin Can you give me url to your site, please ?
User avatar

GK User
Wed Apr 06, 2011 10:17 am
User avatar
Junior Boarder

Konrad M
Wed Apr 06, 2011 3:13 pm
Try add to override.css
Code: Select all
#gk-toolbar {
padding:60px 0 0;
}


and decrease first padding value. Of course remember to enable override option in template settings :)
User avatar

GK User
Thu Apr 07, 2011 4:11 am
Thank You. Now it works. I had to enable the switch in the template settings :)
User avatar
Junior Boarder

Konrad M
Thu Apr 07, 2011 5:22 am
Great :)
User avatar


cron