我拥有一个博客网址http://www.rayaaskart.com/。我为社交分享按钮放置了一个代码。您可以看到它与我网站上的窗口左侧对齐。我想靠近博客文章。我如何通过修改 css 来做到这一点。我在此消息中包含了样式代码。
<style>
.float_sharer
{
text-align:center;
width:70px;
border-radius: 10px;
background-color:white;
padding : 10px;
position: fixed;
box-shadow:0 0 10px #999 inset;
top: 200px;
left: 0px;
z-index: 10;
}
</style>