gpt4 book ai didi

html - 中心球员元素

转载 作者:行者123 更新时间:2023-11-28 16:21:59 25 4
gpt4 key购买 nike

我在这里有 WP 站点:http://www.agapegreekradio.com/

我遇到了一些问题。我希望文本和播放器居中:

enter image description here

这是我的代码:

 <div class="listen_section">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 video_block">
<h2>listen <span>live</span></h2>
<!--<img src="<?php //echo esc_url( get_template_directory_uri() )?>/images/img3.png" alt=""/>-->
<?php dynamic_sidebar('online-radio'); ?>
</div>
<?php include_once('homesider.php'); ?>
</div>
</div>
</div>

我不知道如何居中。我该怎么做?

请帮助您使用 Google Chrome 的 Inspect Element 进行检查。

谢谢!

最佳答案

您需要在此标签上使用以下类:

<div class="col-md-6 col-md-offset-3 video_block">
// content goes here...
</div>

并从内联样式中删除 margin: 0 auto...

关于html - 中心球员元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36638908/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com