![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Hello all, I have a question about metadata and tags in Tabula Rasa brought on by trying out a brand new layout called Motion.
I see that someone's already asked about moving tags and mood to the top of the entries in Tabula Rasa, but there were no answers then (this was 2009). I am hoping someone will know the answer now.
I managed to move mood to the top by using the option in the Presentation section of Customize style (Place of metadata in entries = Before entry text), but I can't find how to do the same with tags. Can someone advise me how?
The layout I'm using also had .page-read .poster located below userpic, but it would break the entry text and its background would stretch all the way to the right side of the entry. It is possible to move it up by removing float:left, width:100% properties, but that doesn't align it with the left side of entries, and it overlaps it with mood. Is it possible to flush it all the way to the left, so that it sits above the userpic?
Thank you in advance for any help you can offer.
I see that someone's already asked about moving tags and mood to the top of the entries in Tabula Rasa, but there were no answers then (this was 2009). I am hoping someone will know the answer now.
I managed to move mood to the top by using the option in the Presentation section of Customize style (Place of metadata in entries = Before entry text), but I can't find how to do the same with tags. Can someone advise me how?
The layout I'm using also had .page-read .poster located below userpic, but it would break the entry text and its background would stretch all the way to the right side of the entry. It is possible to move it up by removing float:left, width:100% properties, but that doesn't align it with the left side of entries, and it overlaps it with mood. Is it possible to flush it all the way to the left, so that it sits above the userpic?
Thank you in advance for any help you can offer.
no subject
Date: 2011-12-25 12:42 am (UTC)no subject
Date: 2011-12-25 12:49 am (UTC)OK, seems to be working. I'll have to edit the width, because this is too narrow for my monitor, and that should be it, hopefully. Thank you for the help!
Oh, before I forget: will I have to paste the entire css into the Edit CSS box or just the sections I want to change? If so, I can save a file with the original css pasted into the layer and add changes into the css box under customizations, and keep track of what I've changed.
no subject
Date: 2011-12-25 12:56 am (UTC)Once the css is part of the layer, you only need to put things you want to change into the Custom css box. You could also edit the css in the layer, but it's probably safer to put the changes in the Custom css box first to make sure they're what you want!
no subject
Date: 2011-12-25 12:59 am (UTC)no subject
Date: 2011-12-25 01:11 am (UTC)To change the width, what you need to change is this line: "#canvas { width: 60em; }". Try something like "#canvas { width: auto; }" in your custom css. Don't change the width of #content, that will mess with the sidebar the way you're seeing.
You don't need to make the layer public if you don't want; that just means that other people can see it. You might want to keep it public for a little, in case you need more trouble-shooting, though!
no subject
Date: 2011-12-25 01:35 am (UTC)no subject
Date: 2011-12-25 01:40 am (UTC)no subject
Date: 2011-12-25 01:50 am (UTC)no subject
Date: 2011-12-25 01:42 am (UTC)no subject
Date: 2011-12-25 01:51 am (UTC)no subject
Date: 2011-12-25 02:02 am (UTC)But I need to look into that tomorrow as it's getting quite late in my part of the world. Thank you again, you definitely made all these customizations easier for me.
no subject
Date: 2011-12-27 06:54 pm (UTC)For the padding, .module ul, .module ul li { padding-left: 0 !important; margin-left: 0 !important; }
That should knock the padding on its ass.
no subject
Date: 2011-12-27 07:03 pm (UTC)no subject
Date: 2011-12-27 07:04 pm (UTC)no subject
Date: 2011-12-27 07:34 pm (UTC)I'm going through the css to see if I deleted a curly bracket or a quote or added something that doesn't belong, but I'm not seeing anything at the moment. A fresh set of eyes to point out what I've missed would be very much appreciated!
no subject
Date: 2011-12-27 07:41 pm (UTC)no subject
Date: 2011-12-27 07:51 pm (UTC)Sure: the layout (a port of a WordPress theme Motion) was originally posted at
Hope this helps!
no subject
Date: 2011-12-27 07:42 pm (UTC)no subject
Date: 2011-12-27 07:56 pm (UTC)no subject
Date: 2011-12-25 06:58 pm (UTC)no subject
Date: 2011-12-25 10:41 pm (UTC)On the bright side, I do have permission from the author to convert this to be an official theme, so it might be available with most of this stuff fixed soonish. The queue for layouts is awfully backed up, though, so don't hold out for that.
no subject
Date: 2011-12-25 11:12 pm (UTC)