我是编码新手&我有一个关于移动定位的问题。我已经添加了CSS和Div,并设置了自己,它是工作在PC视图,但在移动视图,它移动到正确的side.not在确切的步伐。
DIV类
hd矢量背景
199 Loading...
CSS
div.relative {
position: relative;
left: 850px;
bottom: 270px;
border: 3px solid #73AD21;
}
移动视图
您的帮助将不胜感激
是否可以将上一个表行与第二个单表合并。没有CSS第一代码11图像Post代码-
<div class="panel-body">
<div class="col-md-12">
<?php $the_query = new WP_Query( 'showposts=11&orderby=date&order=DESC' ); ?>
<?php while ($the_query -> have_posts()) : $the_query -> the_post(); ?>
<div class="col-lg-3 col-md-3 col-sm-4 col-hs-6">
<?php
/* Include the Post-Format-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );
?>
</div>
<?php endwhile; ?>
</div>
</div>
</div>
</div>
第二张单图表编码:
hd矢量背景
199正在加载...
https://stackoverflow.com/questions/50889936
复制相似问题