kentico_ondrejv
-
9/19/2011 2:24:48 AM
RE:Media library display CSS
Hello,
The Media Gallery items are CSS styles driven, in the meaning that their layout is created in a transformation and you can set CSS styles for particular elements in there.
By default (I mean the Corporate site sample site), the media item is enwrapped in the DIV element with "mediaItem" CSS class. There is the following CSS definition for it in the CSS stylesheet (among the others):
float: left;
This basically does the trick and floats the elements as per your needs.
Best regards Ondrej Vasil
|