Logo stuck to top

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Fri Jul 23, 2010 2:12 pm
I would like to stick my logo top the top.My logo w=125 h=195

The general idea is this:
User avatar
Fresh Boarder

GK User
Fri Jul 23, 2010 6:53 pm
hey renzo. welcome... send me your www and i give it a go :)
User avatar
Platinum Boarder

GK User
Fri Jul 23, 2010 7:13 pm
User avatar
Fresh Boarder

GK User
Fri Jul 23, 2010 8:15 pm
you will need to make the logo the height you wants it, and then add this code to the template.css in the bottom.

Code: Select all

h1.logo > a {
   top:-100px;
   position:absolute;
}


with a position of minus 100px you get to the top of the screen
User avatar
Platinum Boarder

GK User
Fri Jul 23, 2010 8:59 pm
Oops. Only the top of the logo is shown.. see swissknife.nl

Solved it bij changing logo size in css. Thanx for response.

Solved!
User avatar
Fresh Boarder

GK User
Fri Jul 23, 2010 9:44 pm
you welcome :)
User avatar
Platinum Boarder

GK User
Tue Aug 03, 2010 3:33 pm
A simple and pretty page, i have something like that in mind for my web too!
User avatar
Senior Boarder

GK User
Wed Sep 15, 2010 1:36 pm
This does not work for me at all on this site: www.digitalaudioreview.com.au

PLEASE HELP!!!
User avatar
Fresh Boarder

GK User
Wed Sep 15, 2010 4:21 pm
if you still want the menu in same position as now, just the whole moved up you can use the following :

inset in the end of templates.css
Code: Select all
#gk-wrapper { top:-50px }
User avatar
Platinum Boarder

GK User
Wed Sep 15, 2010 4:22 pm
alternative, if you want to move just logo use this:
Code: Select all
h1.logo > a { position:absolute; top:-100px!important }
User avatar
Platinum Boarder


cron