我对wordpress主题有疑问。代码在chrome和firefox中看起来不同,因此页面显示不正确。
我的代码:
<div class="row">
<div class="large-8 columns">
...
</div>
<aside class="large-4 columns sidebar-right">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Blog Sidebar") ) : ?> <?php endif;?>
</aside>
</div>
在chrome中可以,aside元素位于“ row” div内,而在Firefox中则位于行外。