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.
teitbite wrote:Hi
Of course it's possible. Please show me Your site so I'll tell You the code exacly.
#gkPageTop { position:relative; }
h1#gkLogo { position:absolute; top:0; left:0; }
teitbite wrote:Hi
Please add this code to css:
- Code: Select all
#gkPageTop { position:relative; }
h1#gkLogo { position:absolute; top:0; left:0; }