Viewing 2 replies - 1 through 2 (of 2 total)
  • Your logo covers up the Facebook and the Twitter icons. The width of the logo block extends past this and since it’s placed before the widget and uses “position: absolute” in your source code, it takes precedent… Covering it up and not allowing clicks on it.

    You’ll have to modify your CSS to make the logo block smaller.

    What I will believe will fix it is removing the CSS on line 101 of your 960.css file:

    .container_24 .grid_14 {
    width: 560px;
    }

    This defines the widgth. Using Chrome’s developer tools, removing this style allows your icons to be clickable.

    Thread Starter AudreaRobbins

    (@audrearobbins)

    Thank You! That fixed it! Sorry for the trouble… I hadn’t noticed it on Firebug…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Social Media Widget] Facebook Icon Link isn't working’ is closed to new replies.