【问题标题】:Need to add Magins on Tags Module in sidebar on Blogger需要在 Blogger 侧边栏中的标签模块上添加边距
【发布时间】:2013-12-06 05:59:54
【问题描述】:

在我正在处理的博客上 - http://www.ourunitedvoice.org/- 我在左侧边栏中有一个“标签”模块,我无法添加任何填充/边距。我想要一些空间,这样它就不会流入元素中。

有人可以帮我确定 HMTL 中需要更改的内容吗?谢谢..

【问题讨论】:

    标签: html widget padding blogger margins


    【解决方案1】:

    您需要为此选择器更改 CSS:

    .sidebar #Label1 .widget-content {
       padding:5px;
    }
    

    如果你不能访问你的 CSS 文件,那么你可以在你的 html 上创建内联样式:

    <div class="widget-content cloud-label-widget-content" style="padding:10px">
    

    【讨论】:

    • 太棒了!这真的成​​功了!打开它的一些侧面。底部仍然合并到“档案”标题中,但这是一个很好的开始!谢谢!
    • 然后加上margin-bottom:10px如果有帮助别忘了检查这个作为答案
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-02-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-11-24
    • 1970-01-01
    相关资源
    最近更新 更多