如何删除额外的空白区域

时间:2014-05-22 11:33:56

标签: html css wordpress

我在这个网站上工作My Site我完成了几乎所有的工作后才注意到主页上没有任何理由存在空白区域。它只出现在主页上而不是任何一个其他页面。在主页模板中,我实际上将以下代码添加到要显示的社交链接

<div class="ss"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<iframe src="http://www.facebook.com/plugins/like.php?app_id=175266875876185&amp;href=<?php the_permalink(); ?>&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=lucida+grande&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>

<g:plusone size="medium" href="<?php the_permalink(); ?>"></g:plusone></div>

我把css作为

.ss{margin: -12px 0 0 120px;}

我只是改变了这个css.Any一个请帮我摆脱那个空白区域。谢谢!!

2 个答案:

答案 0 :(得分:3)

问题出在facebook社交分享中,如我的图片所示

enter image description here

要解决此问题,请添加此css:

.ss iframe {
   width: 85px !important;
}

答案 1 :(得分:0)

#box-container的内联样式宽度:1440px;这导致了这个问题。