Title: Issue with tags
Last modified: August 19, 2016

---

# Issue with tags

 *  Resolved [theblackout](https://wordpress.org/support/users/theblackout/)
 * (@theblackout)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/issue-with-tags/)
 * [http://www.davidbeddow.com/](http://www.davidbeddow.com/)
 * If you look at any of my entries on the front page it seems that if it the entry
   has more than one line of tags it cuts them off. It’s just kind of annoying to
   look at more than anything… Got a fix?

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * (@chaoskaizer)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-911789)
 * add the below code inside your theme’s style.css
 *     ```
       .post .content .under span{
       display:block !important;
       height:auto
       }
       ```
   
 *  Thread Starter [theblackout](https://wordpress.org/support/users/theblackout/)
 * (@theblackout)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-911931)
 * Thanks!
 *  [e2esp](https://wordpress.org/support/users/e2esp/)
 * (@e2esp)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-911973)
 * Found Solution, Thanx chaoskaizer 🙂
 *  Thread Starter [theblackout](https://wordpress.org/support/users/theblackout/)
 * (@theblackout)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-912141)
 * Hello again.
 * I just wanted anyone to know (especially the author) that this is still an issue
   in the newest edition (1.1.1). I figured it would have been fixed (since it seems
   it’s an easy fix) but it hasn’t. Just a heads up. The fix that chaoskaizer posted
   still works, but a slight aesthetic issue appears (it happened in the older versions
   of the theme too, just noticed it though)
 * [img]http://img247.imageshack.us/img247/9538/themeissuenr8.jpg[/img]
 * I noticed it created a “folder” icon for the second line… Is there anyway to 
   just not have any icon for a continuing line of tags (or other info) or at least
   have the ‘tags’ image?
 * Cheers
 *  Thread Starter [theblackout](https://wordpress.org/support/users/theblackout/)
 * (@theblackout)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-912142)
 * No img tags? Oh well, here’s the direct link: [http://img247.imageshack.us/img247/9538/themeissuenr8.jpg](http://img247.imageshack.us/img247/9538/themeissuenr8.jpg)
 *  [jhannigan](https://wordpress.org/support/users/jhannigan/)
 * (@jhannigan)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-912186)
 * That works fine, except it places the category symbol in front of the 2nd line
   of tags….any thoughts on how to fix that?
 *  [simplepimple](https://wordpress.org/support/users/simplepimple/)
 * (@simplepimple)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-912193)
 * I have the same problem as jhannigan, that is — category image (folder) is added
   into the tag line. would appreciate if someone finds a solution: [simplepimple.com](https://wordpress.org/support/topic/issue-with-tags/simplepimple.com?output_format=md),
   scroll down please.
 *  [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * (@chaoskaizer)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-912194)
 * > category image (folder) is added into the tag line
 * It used sprites image for the icons. So you will need to tweak it a bit.
 * 1. Download the single icons [http://www.famfamfam.com/lab/icons/silk/icons/tag_green.png](http://www.famfamfam.com/lab/icons/silk/icons/tag_green.png)
   
   2. Save it inside the theme images dir etc ‘*/inove?/img/tag_green.png’ 3. Then
   edit your theme’s style.css find (on line 372)
 *     ```
       .post .tags {
       	background-position:0 -16px;
       }
       ```
   
 * replace with
 *     ```
       .post .tags{
        background-image: url(img/tag_green.png);
        background-position: 0% 30%
       }
       ```
   
 *  [simplepimple](https://wordpress.org/support/users/simplepimple/)
 * (@simplepimple)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-912195)
 * Thank you very much chaoskaizer. After editing the style.css with your code and
   refreshing the page with F5, it works perfectly.
 *  [newcasl](https://wordpress.org/support/users/newcasl/)
 * (@newcasl)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-912204)
 * Chaoskaizer,
 * You rock, I had the same issue. Not any more! Thank you so much.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Issue with tags’ is closed to new replies.

## Tags

 * [cut-off](https://wordpress.org/support/topic-tag/cut-off/)
 * [inove](https://wordpress.org/support/topic-tag/inove/)
 * [tags](https://wordpress.org/support/topic-tag/tags/)

 * 10 replies
 * 6 participants
 * Last reply from: [newcasl](https://wordpress.org/support/users/newcasl/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/issue-with-tags/#post-912204)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
