merlin
merlin

Reputation: 2917

facebook like button overlaps other links on IOS

Somehow the implementation of the fb-like button seems to overlap links which are on the right site of the button.

It workes perfectly on windows, but on any mobile device the links which are positioned next to the button are not clickable.

Here is the link : http://www.findix.de

Thank you for any hint.

Upvotes: 1

Views: 140

Answers (1)

Héctor
Héctor

Reputation: 509

use this css style:

#fx_header *{
 width:79px !important;
}

Upvotes: 2

Related Questions