How can I make the tags display horizontally instead of vertically? I'd like to see them in a line, to the right of the "Tags:" label. The vertical tags are fine, until you have a dozen tags [ insert appropriate smiley here ] at which point the site cries out for a different layout.

Thank you.

-- Marcel

Comments

wftl’s picture

Status: Active » Closed (fixed)

Hello again,

I found a solution to the tag problem over on http://drupal.org/node/983586 (by danpros). I added the suggested CSS in Zeropoint's _custom/custom-style.css and that did the trick. Make sure, however, that you "Flush all caches" to make sure the changes are visible. Here's the code you need:

.field-type-taxonomy-term-reference .field-label, .field-type-taxonomy-term-reference .field-items, .field-type-taxonomy-term-reference .field-item {
display:inline;
float:left;
font-weight:normal;
padding-right:10px;
}

--
Marcel Gagné
Writer and Free Thinker at Large
Note: This massagee wos nat speel or gramer-checkered.

geidorei’s picture

Hi - any clues - this does not work.

www.flickbits.co.uk

Thanks, K