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... )
Comments 2
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
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