Shape 5

Joomla Templates => User Choice - August 2007 - Club => : mikegreece September 06, 2007, 03:47:37 PM



: How can i make the letters of content name smaller ?
: mikegreece September 06, 2007, 03:47:37 PM
??


: Re: How can i make the letters of content name smaller ?
: mikek September 06, 2007, 05:28:55 PM
Look for:

table.blog .contentheading  {
   font-size: 1.5em;
   font-weight: bold;
   line-height: normal; }

in your template css. Change the 1.5 to a smaller value.

Hope that helps.


: Re: How can i make the letters of content name smaller ?
: mikegreece September 07, 2007, 12:48:15 AM
i made this:

table.blog .contentheading  {
   font-size: 1.0em;
   font-weight: normal;
   line-height: normal; }

but nothing happened .....


: Re: How can i make the letters of content name smaller ?
: mikegreece September 07, 2007, 02:23:55 AM
SORRY , it was my problem with the navigator!
thnx for all ;-)