Aldro (
aldro) wrote in
style_system2011-02-21 03:56 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Image in title
1) I have a sticky note at the top of my journal and I'd like to put an image in the title. Is that at all possible and if so, how would I add an image to the title?
2) I noticed that there's a lot of white space between the left side of the entry holder and the title, which isn't there in the original layout's preview. How do I get rid of the extra space?
ETA: More information
2) I noticed that there's a lot of white space between the left side of the entry holder and the title, which isn't there in the original layout's preview. How do I get rid of the extra space?
ETA: More information
no subject
Alternatively you can insert an image using CSS, the entire sticky entry is wrapped in class .sticky-entry-wrapper so you could put something in as 'sticky-entry-wrapper .header {CSS code here}
So, two ways, both would require figuring out code, someone else may've already done similar or if not I can have a play.
Complete aside--I really like the way your journal header displays with all the info nice and compact at the top. Wouldn't suit me, but would suit a few friedns, is that bespoke or is it an official theme?
no subject
I'm using a layout made by
no subject
no subject
no subject
.sticky-entry-title a {
background: url("IMAGEURL") no-repeat scroll left center transparent;
padding-left: [IMAGEWIDTH]px;
}
no subject
Looks like if you either take that part out, or put a URL to the right image there, the space will go away!
no subject
no subject
no subject