css - 如何停止 float Divs 换行(缩略图)

标签 css word-wrap

我有一个网站 - 你可以在这里看到它 我在这里有一个屏幕截图 我想停止我的 readmore 文本在图像很小和大量文本时环绕图像

<div class="page-list-ext-item">

<div class="page-list-ext-image"><img width="110" height="73" class="attachment-110x110 wp-post-image" src="#"></a></div>


<h3 class="page-list-ext-title">Heading</h3><div class="page-list-ext-item-content">TEXT

<br><br>read more on: <a href="#">Title</a>

</div>

最佳答案

你可能想添加

.page-list-ext-item-content{
    overflow:hidden;
}

这会起作用。

关于css - 如何停止 float Divs 换行(缩略图),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11485501/

相关文章:

html - Socicon 字体不显示 @font-face

html - CSS 网格中的自动换行

html - 使div外的文本不可见

c - typedef 解决 dll 包装器问题

html - CSS/HTML - 将长字符串包裹在文本区域内?

javascript - 2 列网格布局与砌体

jquery - 如何固定表头?

html - 将 div 高度扩展到它的 child (iframe)

javascript - 使网页内容适合固定大小的 iframe

python - 通过 SWIG : can't get void** parameters to hold their value 从 C 到 Python