Entry Title Images Suddenly Appearing

May 18, 2007 12:07

The latest code push made a slight change to the structure of entry titles. This change enabled entry title images on some themes that had been missing them before. I haven't checked to see how many themes might have been affected, but if you're now seeing little images next to the entry headings when you weren't before, that is why. The change ( Read more... )

how to:instructions, entries:header:ornament

Leave a comment

Comments 2

lollobrigida November 30 2007, 23:16:58 UTC
Heya! Once more I have quirky question to ask!

So I've removed one of these little images using this code, but it still has that slight gap from where the image "should" be and where the subject starts. Is there anyway to get the subject line to bump back to where it belongs?

Reply

av8rmike December 1 2007, 05:58:47 UTC
It can vary from theme to theme, but most of them that have a post ornament have a line like this:
padding: 0 0 0 20px;
which adds 20 pixels of padding to the left. You could change it that way, with the 4 numbers, or with:
padding-left: xxpx;

Reply


Leave a comment

Up