如何使div响应



我在wordpress中使用cutomizeit主题处理这个网站。在我自定义将其添加到主页之前,一切都很响应

<div class="hilight-hometext">
<div id="hilightbox">
<div class="hilightbox-text">
<h2>At Salisbury we want everyone to understand their landscaping choices</h2>
<p>Our latest landscaping innovation is our Outdoor Vision questionnaire. We’ll guide you through a set of questions that will help you realize what you want out of your yard.    </p>
</div>
<!-- end tier 2 text -->
<div class="hilightbox-action">
<a class="myButton" href="resources/the-outdoor-vision-tool/">GET STARTED</a>
<p>Your Outdoor Vision</p>
</div>
<!-- end tier 2 action -->
</div></div>

这个div没有响应。我如何使它响应,以便一切顺利。请帮忙!!谢谢

添加CSS最大宽度/最小宽度&最大高度/最小高度!

根据介质更改span4 fp-two类css @media并更改图像宽度。

.span4.fp-two{
  float : left;
}

相关内容

  • 没有找到相关文章

最新更新