Double line next to the logo

GK User
Wed Jan 18, 2012 10:44 pm
Hello everyone,

I have a bug in Firefox 6.

The line left to the logo is doubled, don't know why. :D

In Chrome and Opera the "bug" only appear, if you make the font bigger with the (AAA)

the site is online, I can provide access.

Thank you
User avatar
Senior Boarder

teitbite
Thu Jan 19, 2012 3:25 am
Hi

Can I please see the site ?
User avatar
Moderator

teitbite
Fri Jan 20, 2012 6:14 pm
Hi

I got the site url, unfortunately it's offline. Please send me an access to it.
User avatar
Moderator

GK User
Sat Jan 21, 2012 2:48 pm
teitbite wrote:Hi

I got the site url, unfortunately it's offline. Please send me an access to it.


You got it via PM. :D
User avatar
Senior Boarder

teitbite
Mon Jan 23, 2012 8:30 am
Hi

Try add this code to css:

Code: Select all
#gk-top h1 {
    display: table-cell;
    height: 180px;
    padding-bottom: 32px;
    white-space: nowrap;
    width: 317px;
}

h1.logo a {
    height: 180px;
}
User avatar
Moderator

GK User
Mon Jan 23, 2012 3:21 pm
This was not the solution. Your code aligned the Logo, but not the lines.

I really need this to be fixed. :D

Thank you.
User avatar
Senior Boarder

teitbite
Tue Jan 24, 2012 1:50 pm
Hi

Send me FTP access than. I need to work on this and not guess in this case what can help.
User avatar
Moderator

teitbite
Wed Jan 25, 2012 1:44 pm
Hi

Ok. Looks like setting a height to elements with this line worked. Please check Yourself:

Code: Select all
#gk-top > span {
    height: 20px !important;
}
User avatar
Moderator


cron