PDA

View Full Version : Tweaking the looks


Mick
February 8th, 2008, 08:54
There are a few tiny details that bother me about the K2 look. Some I've been able to fix either by myself or by googeling around, but curently there are is one thing I just can't get my finger on.

I'd like the categories to not wrap around the clock image like the tags don't wrap around the tag image. I've looked at it with firebug but have no clue what to do. I'd just like the classes meta-start, entry-author, entry-date, entry-categories, meta-end and entry-edit (and whatever belongs in there as well) to be just one single block, just like the class entry-tags is. This means the image to the left and text to the right without wrapping around the image. Is that possible?

Below is an example what my site looks now to illustrate.

http://img12.imagehaven.net/img/thumbs/0CCFFBK0AI_example.jpg (http://img12.imagehaven.net/img.php?id=0CCFFBK0AI_example.jpg)

Regards,
Mick

Mick
February 13th, 2008, 07:23
Anybody?

Cheers,
Mick

bmck
February 16th, 2008, 11:01
Mick, I faced a similar problem when I inserted a category image to the left of the entry title; this caused the metadata immediately under the title to move right to make room (as expected) but if it ran onto the next line it didn't stay "tabbed out" but ran underneath the image. It looked awful. Same story if the title went onto a second line.

My memory is dim but I seem to think, after some puzzling, I overcame this reliably (long title, too many tags, multiple authors) by doing this (you might need to change the value):

.entry-meta { margin-left: 40px; }

Alternatively if it's just .entry-category that has inline behaviour make sure you are styling it with display: block;

Hope that helps.