我正在使用一个名为“List Category Posts”的 wordpress 插件,但我在自定义该列表时遇到了一些问题。
包含特定数量字符的帖子标题现在在我的缩略图周围流动,但它们的起始高度与缩略图不同。我希望我的缩略图位于左上角,就像这样:
[img] 文字文字
我的 style.css 中的代码片段:
.post-content ul.lcp_catlist li { background-image: none; padding-left: 0;clear:both;}
.lcp_thumbnail{ float:left; margin:0px 10px 5px 0px; height: 100px; width:100px;}
.lcp_catlist li:after {content:'.';height:20px;visibility:hidden;display:block;clear:both; }
.lcp_title{font-size: 20px;}
非常感谢您的帮助。