RE Logo position

GK User
Tue May 22, 2012 9:40 pm
Is it possible to use an override on the logo position?

Due to our logo style we would like to place our logo flush to the top and left of the DIV#gkPageTop.clearfix.dark like in the attached.

logo-position.jpg
User avatar
Fresh Boarder

teitbite
Thu May 24, 2012 9:02 am
Hi

Of course it's possible. Please show me Your site so I'll tell You the code exacly.
User avatar
Moderator

GK User
Thu May 24, 2012 4:36 pm
teitbite wrote:Hi

Of course it's possible. Please show me Your site so I'll tell You the code exacly.


Thanks - heres our site: myhairlogic.com
User avatar
Fresh Boarder

teitbite
Mon May 28, 2012 6:27 am
Hi

Please add this code to css:

Code: Select all
#gkPageTop { position:relative; }

h1#gkLogo { position:absolute; top:0; left:0; }
User avatar
Moderator

GK User
Tue May 29, 2012 11:55 pm
teitbite wrote:Hi

Please add this code to css:

Code: Select all
#gkPageTop { position:relative; }

h1#gkLogo { position:absolute; top:0; left:0; }


Thanks teitbite! that did the trick
User avatar
Fresh Boarder

teitbite
Wed May 30, 2012 6:43 am
Hi

Glad I could help :)
User avatar
Moderator