Question:

How do I change the placement of the title on deviantart journal?

by  |  earlier

0 LIKES UnLike

I have a subscription to deviantart and am experimenting with CSS. When I type the title of the journal, it is always on the top centred, I want the title to be on the bottom left hand side, quite faded.

Anyone can help me out?

 Tags:

   Report

1 ANSWERS


  1. I'm not sure if you can put just the title on the bottom, but you can move it down a bit. Moving the title down, though, makes the rest of the journal also go down.

    To move everything down, go to the first part of your CSS that says ".journalbox {", and add "padding-top:###px;" to the end of the list underneath it. Change the '###' to the number of pixels down that you want the title to be.

    To move everything to either side, add "padding-left:###px;" or "padding-right:###px;".

    I don't know if there is a way to move the title seperately from the journal text.

    You really just have to play around with it all. I had no clue how dA CSS worked when I made my first journal, but I managed to piece it together with a bit of experimentation.

    If nothing else works, try asking in the dA forums. Good luck! :)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.