Hi Wim
> Now, I want to make my (TeamTasks)-header less higher. > I tried tot change the TeamTasksSkin > div.Header, but without result. > You can see the current header AND what I want in this picture : > > http://www.dexiabrugsommeland.be/joomla2/images/tt-header.pdf Try experimenting with .headerShadow .headerForeground .siteTitle and .siteSubtitle in your StyleSheet... This is from another TW, where I changed the default sizes .. : /* SHORTENS THE HEIGHT OF THE HEADER */ .headerShadow {padding: 1em 0em .4em 1em;} .headerForeground {padding: 1em 0em .4em 1em;} .siteTitle {font-size:1.5em;} .siteSubtitle {font-size:1em;} Cheers Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

