weird_one: (Default)
I'm A Midnight Baker, I Get My Cookies on The Run ([personal profile] weird_one) wrote in [community profile] style_system2010-10-27 10:02 pm

Nouveau Oleanders Question

So. I am absolutely clueless on how to modify my journal style without the customize style console (that? I excel at). I need help to figure out how to make one little tiny teak. I'm using the Nouveau Oleanders and I want to be able to center the title and subtitle under the navigation links in the header. Any ideas about how I could do that?
branchandroot: oak against sky (Default)

[personal profile] branchandroot 2010-10-28 06:12 am (UTC)(link)
In the Custom CSS window, paste this:

#title,
#subtitle { text-align: center; }

That should do it.
Edited (spelling) 2010-10-28 06:12 (UTC)
branchandroot: oak against sky (Default)

[personal profile] branchandroot 2010-10-29 01:02 am (UTC)(link)
Oh, right, there are backgrounds on those. *thinks* Okay, this is going to be a little more fiddly, but it should do what you want. Instead of "text-align: center;" put "margin: auto 30%;". That will keep the left-justification and make sure the background comes in with the text. Basically, you're giving the titles a margin 30% of the page width on both left and right. You can mess with the percentage if you want the margin to be bigger or smaller.