Recent Topics

1 Aug 05, 2005 15:13    

Hey guys i just wanted to know if anybody knew how to move the date in the custom skin so that it shows up on the right side of the line instead of the left.

also i was wondering on how to make it smaller? it seems to get h2 tags but i cant for the life of me find out from where.

as always your help i appreciated

I found this topic but it does not seem to tell you how to edit the date that is already there
http://forums.b2evolution.net/viewtopic.php?t=4953

2 Aug 05, 2005 18:16

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.

3 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:


Form is loading...