Display problem whit social icons on Chrome

GK User
Sat Oct 24, 2015 3:20 pm
Hi,
I have a display problem with social icons.

No problem with the browser firefox, with chrome the last icon passes on another line.
Can anyone help me?

The site is http://www.giancarlogreco.it

Thanks a lot
Andrea
User avatar
Fresh Boarder

GK User
Sat Oct 24, 2015 4:06 pm
SOLVED

i've added this on css:

Code: Select all
#gk-social {font-size: 0px}


Andrea
User avatar
Fresh Boarder

teitbite
Tue Oct 27, 2015 2:51 pm
Hi

I cannot see this solution on Your site, but I do not think it's a correct one. This was a method hackers were hiding their presence on the site, so google may exclude You from searches because of that. Please remove it and show me what is the problem exactly. So I'll come up with a good solution.
User avatar
Moderator

GK User
Tue Oct 27, 2015 3:22 pm
Hi teitbite,

I've removed the code from css.

This is the problem with google chrome.

tnx

Andrea
User avatar
Fresh Boarder

teitbite
Thu Oct 29, 2015 8:55 pm
Hi

It doesn't looks like that for me in Chrome, but I think problem is when field is not width enough for icons. Try add a fixed value for it:

Code: Select all
#gk-social {
    width: 200px;
}
User avatar
Moderator

GK User
Mon Nov 02, 2015 4:06 pm
Very good Teitbite.


SOLVED

Tnx
User avatar
Fresh Boarder


cron