![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Hello,
I'm trying to make some small cosmetic changes to a 'Strata' layout. I'm using 'A Thousand Rubies' by
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.
I'm trying to make some small cosmetic changes to a 'Strata' layout. I'm using 'A Thousand Rubies' by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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.
no subject
Date: 2013-02-23 04:58 pm (UTC)#header {
text-align: left;
}
no subject
Date: 2013-02-23 08:56 pm (UTC)This one didn't work, but the one below did - thanks very much though for helping.
no subject
Date: 2013-02-23 07:22 pm (UTC)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.
no subject
Date: 2013-02-23 08:58 pm (UTC)My apologies for not putting in the link - I just wasn't thinking, I'll remember for the future.
Thanks again. :)