链接无法点击

时间:2015-11-13 07:32:45

标签: html css wordpress

您好,

我为公司管理了一个博客(wordpress),并粘贴了页眉页脚代码,使网站看起来一致。但是标题中的社交图标不可点击,而在网站的其余部分可以点击。链接到博客是:Blog

谢谢。

2 个答案:

答案 0 :(得分:0)

这是解决方案:

.top-bar {
    background: #0091ea none repeat scroll 0 0;
    clear: both;
    color: #ffffff;
    float: left;
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
    z-index: 99;
    position: relative;
}

答案 1 :(得分:0)

试试这个 -

.social > li > a
    {
    padding:5px 3px;
    }

.top-bar a
    {
    background:#0091EA none repeat scroll 0 0;
    z-index:9999;
    position:relative;
    }