css - How to place image to left, with text to the right -
i have wordpress plugin called "list category posts" in use, have issues customization of list.
post-titles containing specific amount of characters flowing around thumbnails, not start on same height thumbnails. want thumbnails in top left position, that:
[img] text text
code snippet in 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;} help appreciated.
if have access template, should place img tag before title. way work want to.
if can't access template float title right.
.lcp_title { float: right; width: 472px; } this ought solve problem well. let me know how works out.
Comments
Post a Comment