1 rhalevy Aug 05, 2005 15:13
3 rhalevy Aug 05, 2005 18:19
Couldnt get it to work the way that it was in that thread but i fixed it through the CSS styles. Turns out that if you change the H2 style in custom.css from
h2 {
color: #78a;
font-size: 180%;
margin: 0;
}
to
h2 {
color: #78a;
font-size: 120%;
margin: 0;
text-align: right;
}
Then now the date is aligned to the right and smaller its much less of an eyesore now :lol: :lol: :lol:
Just open up _main.php in the skin that you're working on. Find the code that displays the date (the thread you linked shows what that code is) and move it. Use _main.php and custom.css to change sizes, colors, etc. If you need some more specific help than that, then post your url and I'll take a look.