【发布时间】:2017-11-21 17:45:48
【问题描述】:
我正在制作我的 WP 自定义主题的页脚。我有页脚 div(我在其中放置组件)。我还有一个徽标 div(我的徽标在哪里)。我需要从页脚 div 的开始到徽标 div 之间 12px 的距离。
我正在使用这个:
<div class="footer">
<div class="footerlogo">
<img id="pic" src="<?php bloginfo('template_url') ?>/img/footer_logo.png">
</div> .......
.footerlogo{ margin-top:30px;}
它没有显示任何差异。这样做的正确方法是什么?
【问题讨论】:
标签: html css wordpress wordpress-theming