el1ie: (Default)
Invisible Friend ([personal profile] el1ie) wrote in [community profile] style_system2013-02-23 03:17 pm

Header text alignment

Hello,

I'm trying to make some small cosmetic  changes to a 'Strata' layout.  I'm using  'A Thousand Rubies' by [personal profile] momijizukamori. 

Thanks to reading through some posts here I've managed to add a background, a header and change the colours to how I want them - however what I'd really like is to change the placement of the header text?  The name of the journal, subtitle and 'recent entries' text is all aligned to the right of the header, and I'd like it on the left - is there a little CSS code I could add that would do this?

Thank you,

Fixed with many thanks.

foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)

[personal profile] foxfirefey 2013-02-23 04:58 pm (UTC)(link)
Hmm, not sure where the layout you're working on is BUT here's a possibility to try just off the top of my head based on the description:

#header {
text-align: left;
}
carene_waterman: An image of the Carina Nebula (Default)

[personal profile] carene_waterman 2013-02-23 07:22 pm (UTC)(link)
[personal profile] foxfirefey almost had it, you need:

h1#title, h2#subtitle, h2#pagetitle {
text-align: left;
}


Try putting a link in to a journal with the style, makes life easier for people offering fixes.