私は次と前のブログ投稿を表示するdivがあります。 1つのコンテナにタイトルがあり、(footer_post_title)
ともう1つのコンテナ内の "read more button"が(footer_post_buttons)
の下にあります。タイトルがどれくらい長くても、第2コンテナをメインコンテナの底に残す必要があります(footer_post_title)
。どうすればこれを達成できますか?コンテナを固定位置に配置する方法は?
<div class="col-md-6 more-articles-left">
<div class="more-articles previous">
<div class="blog_image_footer">
<div class="row artikkel-title-previous" style="height:100%; background: linear-gradient(24deg, rgba(167, 85, 194, 0.9), rgba(219, 197, 218, 0.9)), url('/files/blog_pictures/o-KID-EATING-facebook.jpg') no-repeat center center /cover">
<div class="container footer_post_title">
<div class="col-md-12">
<h1 class="blog_post_title_footer">How to teach Your kids to eat healthy</h1>
</div>
</div>
<div class="container footer_post_buttons">
<p class="blog_post_year_footer">December 2016</p>
<a href="article.php?article_title=how-to-teach-your-kids-to-eat-healthy" class="btn btn-default btn-footer-read-more" name="read-more-article">Read now!</a>
</div>
</div>
</div>
</div>
</div>
をタイトルが拡大します。これは、すでに –