I hope it's okay to link back to the post where I take my layout from. It's here (http://abellalayouts.livejournal.com/19007.html)
The post include the code and the preview. The problem with that code after I installed is the title and subtitle which is messed up in every entry. I've check my page, friends page, entry page but all is different maybe except the subtitle..
The post said that should adjust the "right: 00px" under ".title" and ".subtitle" in your code; which have no different and still messed the title and subtitle.
This is what I changed from that code. .title, .subtitle {position: absolute; color: #E8917B; font-size: 26px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); writing-mode: lr-tb; letter-spacing: -1px} .title {position: absolute; right: 240px; top: 690px;} .subtitle {position: absolute; right: 180px; top: 690px;}
Added the top because I use the header with 300px height. I hope you can help me with this problem.
Ah, I'm sorry, wrong post there.. I mean from this layout : http://abellalayouts.livejournal.com/18781.html
The title and the subtitle is a bit messed up in my journal. It's okay in the front page (http://j-sei.livejournal.com) but messed up if I opened my own entry (http://j-sei.livejournal.com/6736.html) or friends page (http://j-sei.livejournal.com/friends)
1 this will never keep the title and the subtitle to your journal. It is going to change with the pages.
2 try making the right for both things the same. I think because of the absolute position the right attribute on both has to be the same and it will space them one on top of the other.
I tried that and it seemed to work. Try it yourself and let me know.
no subject
btw, can I ask you something about CSS although it's not from yours? Tried a bit and ask the creator but found out she's not around since 2012..
no subject
I can do my best. Sometimes it stumps me but usually I can do it. Send it my way or send me to what you have in mind.
no subject
The post include the code and the preview.
The problem with that code after I installed is the title and subtitle which is messed up in every entry. I've check my page, friends page, entry page but all is different maybe except the subtitle..
The post said that should adjust the "right: 00px" under ".title" and ".subtitle" in your code; which have no different and still messed the title and subtitle.
This is what I changed from that code.
.title, .subtitle {position: absolute; color: #E8917B; font-size: 26px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); writing-mode: lr-tb; letter-spacing: -1px}
.title {position: absolute; right: 240px; top: 690px;}
.subtitle {position: absolute; right: 180px; top: 690px;}
Added the top because I use the header with 300px height. I hope you can help me with this problem.
no subject
What exactly do you want this journal to do. I've got it up on
no subject
The title and the subtitle is a bit messed up in my journal. It's okay in the front page (http://j-sei.livejournal.com) but messed up if I opened my own entry (http://j-sei.livejournal.com/6736.html) or friends page (http://j-sei.livejournal.com/friends)
Sorry for the confusion before..
no subject
2 try making the right for both things the same. I think because of the absolute position the right attribute on both has to be the same and it will space them one on top of the other.
I tried that and it seemed to work. Try it yourself and let me know.
no subject
Oh, it works! Thank you so much for your help ^^
no subject
Yeah it is annoying that the title doesn't stay the same but then it just uses the name of you Friends Page or your posts.