It's a two-for-one post this Friday!
The question has come up in the past about adding a margin or "gutter" under the userpic in entries (like it is in comments). Unfortunately for those with Basic/Plus accounts, this change requires modifying the print_entry() function a little.
(
Cut & Paste Code #1 )
Comments 28
Layer Theme.
Reply
Reply
Reply
Reply
However, I will say that I am very much new to doing more advanced customization. I wonder if I did something wrong? I find all of this rather confusing even after having read the available documentation.
I placed the ".lj-currents, .asset-tags {clear: left;}" in my Custom CSS box. Then I placed the included code into my theme layer (called "Layout") but it doesn't seem to change anything. Did I update the correct layer?
Reply
Probably. Check the Look and Feel page to make sure your theme layer is the active one under "Themes", not the Manga one. I forget that step all the time.
Reply
I guess my last follow-up question is: How can I take all of the customizations I've done through the S2 "control panel" options and get that into a custom theme and layers? A link to the correct tutorial would be fine. I'm not expecting a hand-holding walk through here.
But, I do appreciate your reply. The "ah-ha!" light went off finally. :-)
Reply
Reply
So I've successfully moved my user icon into the subject of the post section, and I even tracked down this post about putting a color behind the subject of the post, and even read through the 'strike-through' part of the code thinking adding that might put it across the whole post, but it sort of didn't.
I want the entire subject line, user icon section to have like a block of color underneath it. So that it looks like a header to the post with the color block behind it.
Right now I have this CSS in there
.page-header2,
.post-asset .asset-name a {
background-color: #e3e3e3;
}
Thank you in advance... again...
Reply
.asset-header {
background-color: #e3e3e3;
}instead of .page-header2,
.post-asset .asset-name a
Reply
Reply
Anyway, I figured out the padding placement for css, to keep my text from running into the icon... but if there was a way to have the alignment affect only the entry and not the comments would it be a simple thing? or a complicated thing?
Reply
Here is a preview of what the codes did: http://yellowxshades.livejournal.com/172943.html
I have a permanent account, if that makes any difference.
Reply
Reply
(The comment has been removed)
Reply
(The comment has been removed)
Reply
Leave a comment