html - CSS 元素规则

标签 html css coding-style stylesheet

<分区>

我在这个页面底部有一个元素的最小高度规则,我找不到要编辑的规则来挽救我的生命。我只需要减少网站底部的空间。

网址是http://www.lumivase.com/

这个屏幕截图显示了我遇到的问题

enter image description here

<?php global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?>

    </div>

</div>

<?php if ( $wp_prolific_footer_widgets == 'Yes' ) { ?>
<?php include (TEMPLATEPATH . '/footer-widgets.php'); ?>
<?php } ?>

<div id="footer" class="clearfix">

    <div class="limit">
         <?php _e(""); ?> 

    </div>

</div>

<?php wp_footer(); ?>

</body>

</html>

最佳答案

尝试在您的 PHP 代码中找到 wp_footer() 函数。问题似乎出在该函数中,但您没有发布它,因此我们无法告诉您要更改的内容。

关于html - CSS 元素规则,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17037325/

上一篇:JavaScript:如果我使用 position:absolute,SetInterval 不起作用

下一篇:javascript - 从水平滚动中卡住一个div,但让它垂直滚动

相关文章:

html - 双向动画滚动

javascript - 根据另一个 div 单击更改 div 中的元素

ruby-on-rails - Ruby on rails 命名日期/时间字段的约定

html - 用于水平滚动 UI 的内联 div,第二个 div 不在顶部

java - 使用取决于其他字段的字段序列化对象

c - 处理返回的 C 字符串

html - Bootstrap : Auto-adjustable grid layout with different item sizes?

html - 垂直对齐 HTML 列表中的文本

html - 在 ie9 中 Bootstrap 空白空间

html - CSS在不同屏幕中居中一个div