css - tCSS: Don't break line for tags -
i have issues how tags showing on posts on website. have screenshot here displaying issue: http://i.imgur.com/vay3xfm.png
the top pos shows how it's supposed look, tags within borders. see in second one, amount of tags breaks design. i'd i'd keep tags on 1 row, not displaying rest of tags, or showing "…" instead, can fit within borders.
#tags{ font-weight:normal; font-size:11px; text-transform: lowercase; font-family: "goudy old style", palatino, "palatino linotype", "palatino lt std", "book antiqua", georgia, serif;color:{color:o main text}; padding-left:20px; width:350px; padding-bottom:5px; } #tags a{ color:{color:o main text}; } #tags hover{ color:{color:white main text}; }
-
<divabc class="reblog_etc" style="text-transform: lowercase;font-size:10px;height:20px;margin-top:0px;margin-left:0px;margin-right:0px;float:left;background-image:url(http://static.tumblr.com/ssdtkch/oohmg0ppe/middle.png);background-repeat:repeat-x;color:#fff;opacity:1;filter:alpha(opacity=100);padding-top:2px;" > {block:hastags} <span id="tags hover"> <span style="padding-left:13px; font-size:15px; color:{color:white}; font-family:'pictosregular';">z </span> <a href="/tags">tags</a> {block:tags} <a style="color:{color:white}" href="{tagurl}">{tag},</a> {/block:tags} </span></br> <div style="height:5px; width:auto;"> </div>{/block:hastags}</divabc>
try adding this:
#tags{ height:30px; overflow:hidden; }
you need test height, should work.
Comments
Post a Comment