[TYPO3-ttnews] css problems

Andre Flitsch pixelhed at pixel-works.co.uk
Thu May 25 09:13:59 CEST 2006


Frank wrote:
> Hello,
> 
> I am using "list view" on my newspage. For the 'list items" there seems to 
> be a fixed height. I don't want this since my items will vary in length. But 
> I can't find this setting in the (tt_news) css.
> Secondly, for "single view" the title is in small-caps. I want to change 
> this but can't find that setting neither.
> Where are these settings in fact? Can someone help?

Hi Frank,

If you included the default CSS styles provided in the static template 
which comes with the extension, then you will need to override them in a 
TS template by doing something like:

plugin.tt_news {

   _CSS_DEFAULT_STYLE (

     /* override the style definitions here */

   )
}


HTH

Andre



More information about the TYPO3-project-tt-news mailing list